Search found 1 match

Go to advanced search

by johnsonjeven
Wed Dec 13, 2017 6:38 am
Forum: Action! Screen and Game Recorder
Topic: Action! crashing Java ( Minecraft)
Replies: 2
Views: 13380

Re: Action! crashing Java ( Minecraft)

Java applications are only allowed to use a limited amount of memory . This limit is specified during application startup. Java heap space indicates object could not be allocated in the Java heap. With -Xmx you can configure more memory for you JVM. To be sure that you don't leak or waste memory. ex...

Go to advanced search