increase jvm default memory
This commit is contained in:
parent
3bbcfaeea8
commit
6cb415e2e7
5 changed files with 6 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 SERIALIZE_POOL_MAX_SIZE=48
|
||||
export SERIALIZE_STREAM_INIT_SIZE_MB=2
|
||||
export SERIALIZE_STREAM_MAX_SIZE_MB=8
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue