Skip to content

Commit 8d8f6c7

Browse files
s1ckknutwalker
andcommitted
Add MacOS-specific config hint to installation page
Co-Authored-By: Paul Horn <[email protected]>
1 parent 31aa8cd commit 8d8f6c7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

doc/modules/ROOT/pages/installation/index.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ For example, exporting graphs xref:management-ops/graph-export/graph-export-csv.
7777
You can find the list of all the configuration options xref:production-deployment/configuration-settings.adoc[here].
7878
Refer to the <<_installation_methods,installation methods>> for details on how to edit a Neo4j database configuration depending on the Neo4j deployment.
7979

80+
== Graph Data Science on MacOS
81+
82+
If you are running MacOS (x86 or ARM), it is currently required to add the following configuration entry to `neo4j.conf`:
83+
84+
----
85+
server.jvm.additional=-Djol.skipHotspotSAAttach=true
86+
----
87+
88+
8089
== Reference
8190

8291
* xref:installation/supported-neo4j-versions.adoc[Supported Neo4j versions]

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ If the procedure allowlist is configured, make sure to also include procedures f
3030
dbms.security.procedures.allowlist=gds.*
3131
----
3232

33-
If you are running MacOS on an intel CPU, it is required to add the following configuration entry to the configuration:
33+
If you are running MacOS (x86 or ARM), it is required to add the following configuration entry to the configuration:
3434

3535
----
3636
server.jvm.additional=-Djol.skipHotspotSAAttach=true
3737
----
38-
39-
This is a workaround for a bug in the Java runtime that is used by Neo4j Desktop.

0 commit comments

Comments
 (0)