1
I need help please
i am trying to load my server and all it does at the end is say's java.lang.OutOfMemoryError: GC overhead limit exceeded. what do i do.
1
Increasing the heap size, via "-Xmx1024m" (or more), or
Disabling the error check altogether, via "-XX:-UseGCOverheadLimit".
Disabling the error check altogether, via "-XX:-UseGCOverheadLimit".
