-
Notifications
You must be signed in to change notification settings - Fork 82
DOCCORE-115 Document def values of server.jvm.additional
#2857
New issue
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
base: 5.x
Are you sure you want to change the base?
DOCCORE-115 Document def values of server.jvm.additional
#2857
Conversation
|
This PR includes documentation updates Updated pages: |
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great! Just one small thing.
| |`server.jvm.additional=-XX:+DisableExplicitGC` | ||
| |Disables explicit garbage collection, which is occasionally invoked by the JDK itself. | ||
|
|
||
| |label:new[Introduced in Neo4j 5.8] `server.jvm.additional=-XX:-RestrictContended` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is only for EE.
| |`server.jvm.additional=-XX:+DisableExplicitGC` | ||
| |Disables explicit garbage collection, which is occasionally invoked by the JDK itself. | ||
|
|
||
| |label:new[Introduced in Neo4j 5.8] `server.jvm.additional=-XX:-RestrictContended` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| |label:new[Introduced in Neo4j 5.8] `server.jvm.additional=-XX:-RestrictContended` | |
| |label:new[Introduced in Neo4j 5.8] label:enterprise[Enterprise Edition] `server.jvm.additional=-XX:-RestrictContended` |
No description provided.