start-dlpd reference

The start-dlpd.sh command script is used to start and stop the deep learning process daemon (dlpd).

Location

This command script is installed at $EGO_TOP/dli/1.2.4/dlpd/bin/start-dlpd.sh.

JAVA_OPTIONS

Specifies JVM options.

Attention: JAVA_OPTIONS is the only recommended setting open to configuration. You may see other settings in the script. Do not modify those settings; changing their values can severely impact functionality.
-Xmx
Specifies the maximum Java heap size, in MB.
Syntax: -Xmxvaluem, where value is an integer specifying the maximum memory allocation for the JVM heap.
Default: 4g
-Xms
Specifies the initial Java heap size, in MB.
Syntax: -Xmsvaluem, where value is an integer specifying the initial memory allocation for the JVM heap.
Default: 2g