Troubleshooting insufficient memory errors - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

Increase the heap size, or reduce the number of request handler threads using the dsconfig tool to help resolve insufficient memory errors.

If the server shuts down because of insufficient memory errors, it is possible that the allocated heap size is not enough for the amount of data being returned.

To increase the heap size or reduce the number of request handler threads, run the command:
$ bin/dsconfig set-connection-handler-prop \
  --handler-name "HTTP Connection Handler" \
  --set num-request-handlers:<num-of-threads>