From 27dac71f0f1bed01b8cf6e45bfe1f3b0061adcdf Mon Sep 17 00:00:00 2001 From: iSergio Date: Thu, 22 Mar 2018 10:49:39 +0300 Subject: [PATCH] Add comments --- jboss/configure.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jboss/configure.sh b/jboss/configure.sh index 2cdcf55..60073a9 100755 --- a/jboss/configure.sh +++ b/jboss/configure.sh @@ -4,15 +4,19 @@ PRIMARY_HOST=172.16.0.104 STANDBY_HOST=172.16.0.204 +# Memory configure for applications JVM +# This params as example for 8 cores and 8 Gb server SERVER_HEAP_SIZE="2g" SERVER_MAX_HEAP_SIZE="4g" SERVER_PERMGEN_SIZE="512m" SERVER_MAX_PERMGEN_SIZE="4g" - +# Memory for process and host controller JVM +# This params as example for 8 cores and 8 Gb server HOST_HEAP_SIZE="256m" HOST_MAX_HEAP_SIZE="1024m" HOST_PERMGEN_SIZE="1024m" HOST_MAX_PERMGEN_SIZE="1024m" + # standby user password on primary server STANDBY_BASE64=c3RhbmRieSExMjM0NQ\=\= -- GitLab