[Archive] 'Out of memory' Problem

Message by Fang Yang:
I run a sample but after about half an hour, it is interrupted.
and show these:
Exception in thread Thread-2:
Traceback (most recent call last):
File “D:\spis\SPIS_4_0_00_Windows\SPIS_4_0_00_Windows\ThirdPart\Jython\jython2.2\Lib\threading.py”, line 414, in _Thread__bootstrap
self.run()
File “D:\spis\SPIS_4_0_00_Windows\SPIS_4_0_00_Windows\SpisUI\Bin\Tasks\TaskJyTop.py”, line 173, in run
sharedSolver! ‘SpisNumCaller’ !.Run()
File “D:\spis\SPIS_4_0_00_Windows\SPIS_4_0_00_Windows\SpisUI\Bin\SpisNumCaller.py”, line 190, in Run
sharedSolver! ‘jytop’ !.Run()
File “D:\spis\SPIS_4_0_00_Windows\SPIS_4_0_00_Windows\SpisUI\Bin\JyTop4.py”, line 411, in Run
self.simu.integrate()
java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

Does it mean I have not enough memory to run this example?
My computer is : Inter E7200 ,4g
Thanks!

Message by abul anuar:
Hi,
It’s the same old problem, running out of memory. You could try reduce your meshing, time step, or try using the LINUX version. If i’m not mistaken, windows only allowed up to 1 GB of ram for the application, so yep, you will eventually run out of memory (the balance is reserved for the kernel).
abul

Message by Fang Yang:

Thanks!