mattrpav commented on code in PR #2044: URL: https://github.com/apache/activemq/pull/2044#discussion_r3552642105
########## 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: I like the idea of setting the initial small, like 64MB. If the default out-of-the-box says '512MB' this will be inaccurately construed as 'ActiveMQ needs a lot of memory'. -- 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
