I am getting the
OutOfMemoryError (Java): Java Heap Space
error repeatedly. I checked online and tried using command options (java.parameters="-Xmx2g"
). Also, I have tried other Gigs like 4, 8, 1.5 etc, and nothing seems to work.
Is there a way to check if the command of changing the heap space actually works? I know that xlcMemoryReport
doesn't actually show you the amount of RAM you have allocated.