79733697

Date: 2025-08-12 22:24:12
Score: 2
Natty:
Report link

For me the issue was the max heap size was too small, specifically because my docker config was constricting it to just over 300MB which was far too small, I made the changes to expand the max heap size which solved this, you may also get this problem if the JVM your using is 32 bit, which as others suggest, switching to 64 bit would solve this too, since the virtual memory space would mean the max heap size would be expanded

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jabir