Browse Source

Drop heap_min.

Don Porter 6 years ago
parent
commit
0cfc35aa1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      LibOS/shim/test/apps/openjdk/Makefile

+ 2 - 2
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 = \