You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/01/02 02:11:04 UTC

[GitHub] [activemq-artemis] wy96f opened a new pull request #2925: ARTEMIS-2584 Optimize PageTransactionInfoImpl in-memory size

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] asfgit closed pull request #2925: ARTEMIS-2584 Optimize PageTransactionInfoImpl in-memory size

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #2925: ARTEMIS-2584 Optimize PageTransactionInfoImpl in-memory size
URL: https://github.com/apache/activemq-artemis/pull/2925
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services