Omaha #3974 remove dead code

Change-Id: Idf364d069ffbb38f2ce05359643d425daa17e690

Former-commit-id: 6abc0be453cfdb29db40073af54c0c84e85ee9de
This commit is contained in:
Nate Jensen 2015-02-10 09:16:05 -06:00
parent bf39bfd680
commit d0ab3a6c4b

View file

@ -19,11 +19,8 @@
# further licensing information.
##
export INIT_MEM=128 # in Meg
if [ "$EDEX_ARCH" == "64-bit" ]; then
export MAX_MEM=2048 # in Meg
else
export MAX_MEM=1280 # in Meg
fi
export MAX_MEM=2048 # in Meg
export SERIALIZE_POOL_MAX_SIZE=24
export SERIALIZE_STREAM_INIT_SIZE_MB=2
export SERIALIZE_STREAM_MAX_SIZE_MB=8