test this theory and see if this keeps the prod server (more threads) from dumping java...if so i'll make this value configurable

This commit is contained in:
DarthArgus
2016-07-27 05:05:22 +00:00
parent 74ade42185
commit ed4a4d54ee
@@ -1172,7 +1172,7 @@ void JavaLibrary::initializeJavaThread()
// clean up
ms_jvm->DestroyJavaVM();
Os::sleep(2000); // give java a chance to end it's miserable existence
Os::sleep(10000); // give java a chance to end it's miserable existence
ms_jvm = nullptr;
if (ConfigServerGame::getTrapScriptCrashes())
@@ -6545,4 +6545,4 @@ void JavaLibrary::throwInternalScriptError(const char * message)
}
}
//-----------------------------------------------------------------------
//-----------------------------------------------------------------------