mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
increase max heap size to 128MB
This commit is contained in:
parent
e4c1f6cc8f
commit
029973943e
@ -1969,7 +1969,7 @@ extern "C" JNIEXPORT jint JNICALL
|
|||||||
JNI_GetDefaultJavaVMInitArgs(void* args)
|
JNI_GetDefaultJavaVMInitArgs(void* args)
|
||||||
{
|
{
|
||||||
JDK1_1InitArgs* a = static_cast<JDK1_1InitArgs*>(args);
|
JDK1_1InitArgs* a = static_cast<JDK1_1InitArgs*>(args);
|
||||||
a->maxHeapSize = 64 * 1024 * 1024;
|
a->maxHeapSize = 128 * 1024 * 1024;
|
||||||
a->classpath = ".";
|
a->classpath = ".";
|
||||||
a->properties = 0;
|
a->properties = 0;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user