When I install Lawena and try to launch it it says there is an error.
"java.lang.OutOfMemoryError: GC overhead limit exceeded"
After that I just can't launch it.
Is there a way to fix this or any alternatives to Lawena?
Lawena Java Problems
posted in
Q/A Help
When I install Lawena and try to launch it it says there is an error.
"java.lang.OutOfMemoryError: GC overhead limit exceeded"
After that I just can't launch it.
Is there a way to fix this or any alternatives to Lawena?
"java.lang.OutOfMemoryError: GC overhead limit exceeded"
After that I just can't launch it.
Is there a way to fix this or any alternatives to Lawena?
This should not be happening unless you are super low on RAM. Update your Java version, take a look at the amount of RAM available, close all the unnecessary processes. This happens when garbage collector works more than 98% of the time trying to free some memory. You can solve this problem temporary if you launch the app with the following parameter (extremely not recommended):
-XX:-UseGCOverheadLimit
I'm not sure how to do that on Windows, you might want to google that
This should not be happening unless you are super low on RAM. Update your Java version, take a look at the amount of RAM available, close all the unnecessary processes. This happens when garbage collector works more than 98% of the time trying to free some memory. You can solve this problem temporary if you launch the app with the following parameter (extremely not recommended):
[code]-XX:-UseGCOverheadLimit[/code]
I'm not sure how to do that on Windows, you might want to google that
[code]-XX:-UseGCOverheadLimit[/code]
I'm not sure how to do that on Windows, you might want to google that
Please
sign in through STEAM
to post a comment.