[Archive] Error_1

Message by Alexandru Cornogolub:
Hi I’m stuck with the following error:
40000 Mon Oct 17 08:53:02 BST 2016 Error in UI2NUM
GC overhead limit exceeded
java.lang.OutOfMemoryError
null
at org.spis.ui.ui2num.util.Build3DUnstructuredVolMesh.(Build3DUnstructuredVolMesh.java:163)
at org.spis.ui.ui2num.util.Ui2Num.buildNumTopFromUI(Ui2Num.java:319)
at org.spis.ui.ui2num.command.NumTopFromUICommand.run(NumTopFromUICommand.java:162)
at org.spis.ui.ui2num.command.NumTopFromUICommand.run(NumTopFromUICommand.java:52)
at org.keridwen.core.messaging.AbstractCommand.execute(AbstractCommand.java:200)
at org.keridwen.core.messaging.DefaultBundleController$CallableCommand.call(DefaultBundleController.java:260)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Can someone please help me.
Many thanks!
Alex

Message by ruard:
Dear Alex,
This error is an out of memory problem. To solve it, you have to increase your memory stack.
Please read the section “9.2. How to increase the memory stack?” of the user manual to solve this problem.
Regards,
Benjamin Jeanty-Ruard