[
https://issues.apache.org/jira/browse/ARTEMIS-3211?focusedWorklogId=572548&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-572548
]
ASF GitHub Bot logged work on ARTEMIS-3211:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Mar/21 09:14
Start Date: 26/Mar/21 09:14
Worklog Time Spent: 10m
Work Description: gtully commented on pull request #3521:
URL: https://github.com/apache/activemq-artemis/pull/3521#issuecomment-808060261
I agree with leaving the defaults. referencing this as something that can be
relevant such that tweaks to this should be considered when doing performance
tuning may be sufficient.
Folks always have to ask their own computer when it comes to performance
tradeoffs.
btw: what is the string deduplication bit, I imagine that can have a large
impact depending on the use case. There are loads of potentially duplicate
strings and there is some pooling, but surely de-dup would need to work in
concert with that.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 572548)
Time Spent: 1h 10m (was: 1h)
> Increase MaxInlineLevel to 15 on JVM configuration and remove String
> deduplication
> ----------------------------------------------------------------------------------
>
> Key: ARTEMIS-3211
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3211
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> This is going to increase the max inlining level, that won't harm considering
> that's the next default on newer JDKs (see
> https://bugs.openjdk.java.net/browse/JDK-8234863), while removing string
> deduplication, given that it could increase GC pauses time and will mostly
> affect old generation String instances.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)