wy96f opened a new pull request #2925: ARTEMIS-2584 Optimize PageTransactionInfoImpl in-memory size URL: https://github.com/apache/activemq-artemis/pull/2925 The in-memory size of PageTransactionInfoImpl can be made smaller. For numberOfMessages and numberOfPersistentMessages, we can use native int to save object header size, i.e. 2*12=24 bytes if using Compressed oops or 2*16=32 bytes if not.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
