jbonofre commented on code in PR #2044: URL: https://github.com/apache/activemq/pull/2044#discussion_r3552709736
########## assembly/src/release/bin/setenv: ########## @@ -31,10 +31,21 @@ # Set jvm memory configuration (minimal/maximum amount of memory) if [ -z "$ACTIVEMQ_OPTS_MEMORY" ] ; then - ACTIVEMQ_OPTS_MEMORY="-Xms64M -Xmx1G" + ACTIVEMQ_OPTS_MEMORY="-Xms512M -Xmx2G" Review Comment: Done — reverted to `-Xms64M` while keeping `-Xmx2G`. The JVM will start small and grow on demand, avoiding the impression that ActiveMQ has a 512MB baseline requirement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
