mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
increase HeapCapacity to 256MB in bootimage.cpp
This is necessary to avoid running out of memory when building bootimages of certain apps with OpenJDK using ProGuard'ed code.
This commit is contained in:
@ -23,7 +23,7 @@ using namespace vm;
|
||||
|
||||
namespace {
|
||||
|
||||
const unsigned HeapCapacity = 128 * 1024 * 1024;
|
||||
const unsigned HeapCapacity = 256 * 1024 * 1024;
|
||||
|
||||
// Notes on immutable references in the heap image:
|
||||
//
|
||||
|
Reference in New Issue
Block a user