diff --git a/LibOS/shim/test/apps/openjdk/Makefile b/LibOS/shim/test/apps/openjdk/Makefile index 0518c9ed..3eaac71e 100644 --- a/LibOS/shim/test/apps/openjdk/Makefile +++ b/LibOS/shim/test/apps/openjdk/Makefile @@ -11,8 +11,8 @@ clean-extra = clean-classes JAVA_HOST_HOME = $(shell readlink -f /usr/bin/java | xargs dirname | xargs dirname) -compact_rule = sys.stack.size = 1M\nsys.brk.size = 16M\nglibc.heap_size = 4M\nsgx.enclave_size = 4G\nsgx.thread_num = 16\nsgx.heap_min = 0x80000000 -large_rule = sys.stack.size = 4M\nsys.brk.size = 64M\nglibc.heap_size = 16M\nsgx.enclave_size = 8G\nsgx.thread_num = 32\nsgx.heap_min = 0x40000000 +compact_rule = sys.stack.size = 1M\nsys.brk.size = 16M\nglibc.heap_size = 4M\nsgx.enclave_size = 4G\nsgx.thread_num = 16 +large_rule = sys.stack.size = 4M\nsys.brk.size = 64M\nglibc.heap_size = 16M\nsgx.enclave_size = 8G\nsgx.thread_num = 32 ABSPATH_IN_MANIFEST = yes extra_rules = \