OutOfMemoryError: Java heap space
in
Programming Questions
•
2 years ago
Is there anything I can do for this problem?
I already have
run.options.memory.initial=512
run.options.memory.maximum=1536
run.options.memory.maximum=1536
in the preference file.
Exception in thread "output reader" java.lang.OutOfMemoryError: Java heap space
at java.lang.String.toCharArray(String.java:2725)
at processing.app.BufferedStyledDocument.appendString(EditorConsole.java:418)
at processing.app.EditorConsole.appendText(EditorConsole.java:269)
at processing.app.EditorConsole.message(EditorConsole.java:251)
at processing.app.EditorConsole.write(EditorConsole.java:227)
at
at java.lang.String.toCharArray(String.java:2725)
at processing.app.BufferedStyledDocument.appendString(EditorConsole.java:418)
at processing.app.EditorConsole.appendText(EditorConsole.java:269)
at processing.app.EditorConsole.message(EditorConsole.java:251)
at processing.app.EditorConsole.write(EditorConsole.java:227)
at
1