ASM #17103 - New dx3/4 hardware can drive EDEX OoM.
Change-Id: I0e466f39b50661cc0909158611aab2f7fdda06ba Former-commit-id:9836b17e5e
[formerlycecc02d5b1
] [formerly9836b17e5e
[formerlycecc02d5b1
] [formerly796871f02f
[formerly e4444751f61adccf1cb62adf0f6cb1abc4ab6384]]] Former-commit-id:796871f02f
Former-commit-id:ef3a3a7cf8
[formerly2ad0f94f01
] Former-commit-id:c1292536f8
This commit is contained in:
parent
dd091f8122
commit
bc0fde99b2
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue