ASM #17103 - New dx3/4 hardware can drive EDEX OoM.

Change-Id: I0e466f39b50661cc0909158611aab2f7fdda06ba

Former-commit-id: 9aaeca7d9d [formerly 9836b17e5e] [formerly cecc02d5b1] [formerly 9aaeca7d9d [formerly 9836b17e5e] [formerly cecc02d5b1] [formerly 796871f02f [formerly cecc02d5b1 [formerly e4444751f61adccf1cb62adf0f6cb1abc4ab6384]]]]
Former-commit-id: 796871f02f
Former-commit-id: e353840b02 [formerly ef3a3a7cf8] [formerly 2a6494e353ec11ed60092283e77d8d6d7764c37b [formerly 2ad0f94f01]]
Former-commit-id: 4dde8583f6e894b91ea293e87a85626590a72860 [formerly c1292536f8]
Former-commit-id: bc0fde99b2
This commit is contained in:
Michael Gamazaychikov 2015-02-10 10:33:48 -05:00
parent 5c42f235c3
commit 1aad727f94
4 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
##
export INIT_MEM=512 # in Meg
export MAX_MEM=896 # in Meg
export MAX_MEM=1280 # in Meg
export EDEX_DEBUG_PORT=5006
export EDEX_JMX_PORT=1617

View file

@ -19,7 +19,7 @@
# further licensing information.
##
export INIT_MEM=256 # in Meg
export MAX_MEM=1792 # in Meg
export MAX_MEM=1856 # in Meg
export METADATA_POOL_MAX=25
export EDEX_DEBUG_PORT=5008

View file

@ -19,7 +19,7 @@
# further licensing information.
##
export INIT_MEM=128 # in Meg
export MAX_MEM=512 # in Meg
export MAX_MEM=544 # in Meg
export METADATA_POOL_MAX=10
export EDEX_DEBUG_PORT=5007

View file

@ -20,9 +20,9 @@
##
export INIT_MEM=128 # in Meg
if [ "$EDEX_ARCH" == "64-bit" ]; then
export MAX_MEM=2048 # in Meg
export MAX_MEM=2144 # in Meg
else
export MAX_MEM=1280 # in Meg
export MAX_MEM=1376 # in Meg
fi
export SERIALIZE_POOL_MAX_SIZE=24
export SERIALIZE_STREAM_INIT_SIZE_MB=2