ASM #17103 - New dx3/4 hardware can drive EDEX OoM.
Change-Id: I0e466f39b50661cc0909158611aab2f7fdda06ba Former-commit-id:9aaeca7d9d
[formerly9836b17e5e
] [formerlycecc02d5b1
] [formerly9aaeca7d9d
[formerly9836b17e5e
] [formerlycecc02d5b1
] [formerly796871f02f
[formerlycecc02d5b1
[formerly e4444751f61adccf1cb62adf0f6cb1abc4ab6384]]]] Former-commit-id:796871f02f
Former-commit-id:e353840b02
[formerlyef3a3a7cf8
] [formerly 2a6494e353ec11ed60092283e77d8d6d7764c37b [formerly2ad0f94f01
]] Former-commit-id: 4dde8583f6e894b91ea293e87a85626590a72860 [formerlyc1292536f8
] Former-commit-id:bc0fde99b2
This commit is contained in:
parent
5c42f235c3
commit
1aad727f94
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