diff --git a/jboss/configure.sh b/jboss/configure.sh index 2cdcf555436e27fd54bee5344a6914034f7d08f0..60073a9d6dbb6f0642dca3c91e6c643e7eef10ec 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\=\=