-
Notifications
You must be signed in to change notification settings - Fork 22
Troubleshooting
contaria edited this page Oct 3, 2025
·
1 revision
Try either increasing the max allocated memory or decreasing max queued seeds.

Change the "Maximum memory allocation" option.
Append -Xmx{size} to JVM args, where {size} is the upper limit, optionally followed by a unit. For example -Xmx4G sets the limit at 4 GiB.
Make sure -Xmx or -XX:MaxHeapSize is only specified once.