mirror of
https://bitbucket.org/stellabellumswg/src.git
synced 2026-09-12 14:44:59 -04:00
don't allocate 128mb from the getgo
This commit is contained in:
@@ -1065,7 +1065,7 @@ void JavaLibrary::initializeJavaThread()
|
||||
}
|
||||
|
||||
// initial and minimum jvm allocation size
|
||||
tempOption.optionString = "-Xms128m";
|
||||
tempOption.optionString = "-Xms1m";
|
||||
options.push_back(tempOption);
|
||||
|
||||
// maximum jvm allocation - max 512m on 32-bit
|
||||
|
||||
Reference in New Issue
Block a user