increase jvm default memory

This commit is contained in:
mjames-upc 2016-05-24 10:29:44 -06:00
parent 3bbcfaeea8
commit 6cb415e2e7
5 changed files with 6 additions and 10 deletions

View file

@ -1,5 +1,5 @@
### EDEX localization related variables ###
export AW_SITE_IDENTIFIER=BOU
export AW_SITE_IDENTIFIER=OAX
## Cluster id can be set to the cluster's id (example:tbw for dx1-tbwo)
## it will be autogenerated if not set
export CLUSTER_ID

View file

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

View file

@ -19,7 +19,7 @@
# further licensing information.
##
export INIT_MEM=1024 # in Meg
export MAX_MEM=4096 # in Meg
export MAX_MEM=8192 # in Meg
export METADATA_POOL_MAX=16
export EDEX_DEBUG_PORT=5007

View file

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

View file

@ -1,5 +1,5 @@
### EDEX localization related variables ###
export AW_SITE_IDENTIFIER=BOU
export AW_SITE_IDENTIFIER=OAX
## Cluster id can be set to the cluster's id (example:tbw for dx1-tbwo)
## it will be autogenerated if not set
export CLUSTER_ID