Configuration Settings
This page describes the available configuration settings in GDS. Refer to The neo4j.conf file for details on how to use configuration settings.
The maximum time to wait for the next command before aborting the import process.
Enterprise Edition
gds.arrow.advertised_listen_address
Address that clients should use to connect to the GDS Arrow Flight Server.
Enterprise Edition
Never activate server-side encryption for the GDS Arrow Flight Server.
Enterprise Edition
The maximum amount of memory in bytes the GDS Arrow Flight Server can allocate.
Enterprise Edition
Set the maximum transaction size for GDS write back when running in Neo4j Cluster.
Enterprise Edition
Set the minimum transaction size for GDS write back when running in Neo4j Cluster.
Enterprise Edition
Sets the location of the file that contains the Neo4j Graph Data Science library license key.
Enable progress logging tracking.
gds.progress_tracking_retention_period
Duration of retaining completed jobs. Retained jobs will be included in the output of gds.listProgress(<jobId>, true)
.
gds.validate_using_max_memory_estimation
Use maximum memory estimation in procedure memory guard.
Description
The maximum time to wait for the next command before aborting the import process.
Default Value
10m
Valid Values
A duration (Valid units are: ns
, μs
, ms
, s
, m
, h
and d
default unit is s
).
Dynamic
false
Description
Address that clients should use to connect to the GDS Arrow Flight Server.
Default Value
:8491
Valid Values
A socket address in the format hostname:port
, hostname
or :port
. If missing port or hostname it is acquired from gds.arrow.listen_address
.
Dynamic
false
Description
The batch size used for arrow property export.
Default Value
10000
Valid Values
An integer.
Dynamic
true
Description
Enable the GDS Arrow Flight Server.
Default Value
false
Valid Values
A boolean.
Dynamic
false
Description
Never activate server-side encryption for the GDS Arrow Flight Server.
Default Value
false
Valid Values
A boolean.
Dynamic
false
Description
Address the GDS Arrow Flight Server should bind to.
Default Value
localhost:8491
Valid Values
A socket address in the format hostname:port
, hostname
or :port
.
Dynamic
false
Description
The maximum amount of memory in bytes the GDS Arrow Flight Server can allocate.
Default Value
Long.MAX_VALUE
Valid Values
A long.
Dynamic
false
Description
Set the maximum transaction size for GDS write back when running in Neo4j Cluster.
Default Value
100000
Valid Values
An integer, must be set greater than or equal to the value of gds.cluster.tx.min.size
.
Dynamic
false
Description
Set the minimum transaction size for GDS write back when running in Neo4j Cluster.
Default Value
10000
Valid Values
An integer.
Dynamic
false
Description
Sets the location of the file that contains the Neo4j Graph Data Science library license key.
Default Value
No Value
Valid Values
An absolute path.
Dynamic
false
Description
Sets the export location for file based exports.
Default Value
No Value
Valid Values
An absolute path.
Dynamic
false
Description
Sets the location where persisted models are stored.
Default Value
No Value
Valid Values
An absolute path.
Dynamic
false
Description
Enable progress logging tracking.
Default Value
true
Valid Values
A boolean.
Dynamic
false
Description
The duration for which completed progress tracking jobs are retained. This includes failed and successful ones
Default Value
0s
Valid Values
A duration (Valid units are: ns
, μs
, ms
, s
, m
, h
and d
default unit is s
).
Dynamic
false
Description
Use maximum memory estimation in procedure memory guard.
Default Value
false
Valid Values
A boolean.
Dynamic
false