Startup options are used to set the properties of the Gateway daemon JVM, such as heap size and Java™ properties.
ctgstart -j-Xmx512M
When
running the Gateway daemon as a background process, JVM options can
be specified in the CTGD_PARAMS variable in the ctgd configuration
file ctgd.conf. Each JVM option must be prefixed
with -j. For more information see Running the Gateway daemon as a background process.CTGD_PARAMS=-j-Xmx512M
JVM options can be specified in the parameters set using the ctgservice command. Each JVM option must be prefixed with -j, and all options must be prefixed with -A when using the ctgservice command. For more information see ctgservice command reference.
ctgservice -R -A-j-Xmx512M