mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
permgen was 64mb so we'll set that for metaspace too
This commit is contained in:
@@ -1168,7 +1168,7 @@ void JavaLibrary::initializeJavaThread()
|
||||
|
||||
// java 1.8 and higher uses metaspace...which is apparently unlimited by default
|
||||
#if defined(JNI_VERSION_1_8) || defined(JNI_VERSION_1_9)
|
||||
tempOption.optionString = "-XX:MetaspaceSize=128m";
|
||||
tempOption.optionString = "-XX:MetaspaceSize=64m";
|
||||
options.push_back(tempOption);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user