diff --git a/doc/modules/ROOT/pages/installation/neo4j-desktop.adoc b/doc/modules/ROOT/pages/installation/neo4j-desktop.adoc index d688482abc..8b24e04958 100644 --- a/doc/modules/ROOT/pages/installation/neo4j-desktop.adoc +++ b/doc/modules/ROOT/pages/installation/neo4j-desktop.adoc @@ -32,8 +32,8 @@ dbms.security.procedures.allowlist=gds.* If you are running MacOS on an intel CPU, it is required to add the following configuration entry to the configuration: ---- +---- server.jvm.additional=-Djol.skipHotspotSAAttach=true ---- +---- This is a workaround for a bug in the Java runtime that is used by Neo4j Desktop.