clebertsuconic commented on code in PR #5537: URL: https://github.com/apache/activemq-artemis/pull/5537#discussion_r1979675865
########## artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationParserTest.java: ########## @@ -775,6 +776,7 @@ public void testMaxSize() throws Exception { assertEquals(10 * 1024 * 1024, configuration.getGlobalMaxSize()); assertEquals(1000, configuration.getGlobalMaxMessages()); + assertEquals(30, configuration.getGlobalMaxSizePercentOfJvmMaxMemory()); Review Comment: I would use a different number from the one you used on the XML.. in case the XML gets parsed by accident. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact