Skip to content

Commit ac30a9c

Browse files
Apply suggestion from @NataliaIvakina
1 parent d1ff1bf commit ac30a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/configuration/neo4j-conf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ It is recommended to reduce the heap memory if this flag degrades performance.
123123

124124
|`server.jvm.additional=-XX:+UnlockExperimentalVMOptions`
125125
.2+|Trusts that non-static final fields are really final. This allows more optimizations and improves overall performance.
126-
Disable this flag if you use embedded mode or have extensions or dependencies that may use reflection or serialization to change the value of final fields!
126+
Disable this flag if you use embedded mode or have extensions or dependencies that may use reflection or serialization to change the value of final fields.
127127

128128
|`server.jvm.additional=-XX:+TrustFinalNonStaticFields`
129129

0 commit comments

Comments
 (0)