Omaha #3974 remove dead code
Change-Id: Idf364d069ffbb38f2ce05359643d425daa17e690 Former-commit-id: 6abc0be453cfdb29db40073af54c0c84e85ee9de
This commit is contained in:
parent
bf39bfd680
commit
d0ab3a6c4b
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue