Troubleshooting insufficient memory errors
Increase the heap size, or reduce the number of request handler threads using the dsconfig
tool to help resolve insufficient memory errors.
About this task
If the server shuts down due to insufficient memory errors, it is possible that the allocated heap size is not enough for the amount of data being returned.
Steps
-
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>