I have written some piece of code for my program in Matlab 7.10.0 which has a graphical user interface, but sometimes i do receive this error on the command window:
[ConditionalEventPump] Exception
occurred during event dispatching:
java.lang.OutOfMemoryError: Java heap
space
And the system gets too slow…
Kindly help me with this,,how can i resolve this heap memory issue.
You need to increase the amount of heap memory for the JVM, see this “solution”