Skip to content

Commit be3905e

Browse files
authored
Merge pull request #8285 from s1ck/intel-mac-os-docs-2.5
Document workaround for MacOS intel bug in Desktop
2 parents bc04a12 + f29a5a4 commit be3905e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/modules/ROOT/pages/installation/neo4j-desktop.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ If the procedure allowlist is configured, make sure to also include procedures f
2828

2929
----
3030
dbms.security.procedures.allowlist=gds.*
31-
----
31+
----
32+
33+
If you are running MacOS on an intel CPU, it is required to add the following configuration entry to the configuration:
34+
35+
---
36+
server.jvm.additional=-Djol.skipHotspotSAAttach=true
37+
---
38+
39+
This is a workaround for a bug in the Java runtime that is used by Neo4j Desktop.

0 commit comments

Comments
 (0)