We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am writing to share trouble information related to Mackerel JVM plugin.
We cannot use the plugin when we use the latest Apache Solr 8.2.0 (2019-09). This is related the following reports.
The Solr is specifing the JVM option -XX:+PerfDisableSharedMem as default at the follow.
-XX:+PerfDisableSharedMem
https://github.com/apache/lucene-solr/blob/e45e8127d5c17af4e4b87a0a4eaf0afaf4f9ff4b/solr/bin/solr#L2027
I can't make up my mind which enable or disable the JVM option yet.
-XX:-PerfDisableSharedMem
Maybe we will plan to use alternative plugin. (e.g. mackerel-plugin-solrjvm)
I'd say that middlewares running on JVM and using -XX:+PerfDisableSharedMem option might will be increase.
P.S. I will close this issue later.
The text was updated successfully, but these errors were encountered:
Thank you for detailed information! We haven't recognized such problems. Maybe we should mention such cases in README, at least.
Sorry, something went wrong.
39e37ec
No branches or pull requests
Hi,
I am writing to share trouble information related to Mackerel JVM plugin.
We cannot use the plugin when we use the latest Apache Solr 8.2.0 (2019-09). This is related the following reports.
The Solr is specifing the JVM option
-XX:+PerfDisableSharedMem
as default at the follow.https://github.com/apache/lucene-solr/blob/e45e8127d5c17af4e4b87a0a4eaf0afaf4f9ff4b/solr/bin/solr#L2027
I can't make up my mind which enable or disable the JVM option yet.
-XX:+PerfDisableSharedMem
-XX:-PerfDisableSharedMem
Maybe we will plan to use alternative plugin. (e.g. mackerel-plugin-solrjvm)
I'd say that middlewares running on JVM and using
-XX:+PerfDisableSharedMem
option might will be increase.P.S. I will close this issue later.
The text was updated successfully, but these errors were encountered: