about summary refs log tree commit diff stats
path: root/subx/apps/subx-common.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/subx-common.subx')
-rw-r--r--subx/apps/subx-common.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx
index 27f488c9..baf247f2 100644
--- a/subx/apps/subx-common.subx
+++ b/subx/apps/subx-common.subx
@@ -5,11 +5,11 @@
 
 # maximum memory available for allocation
 Heap-size:
-  0x100000/imm32/1MB
+  0x200000/imm32/2MB
 
 # maximum size of a single segment
 Segment-size:
-  0x40000/imm32/256KB
+  0x80000/imm32/512KB
 
 # maximum size of input textual stream (spanning all segments)
 Input-size:
@@ -17,7 +17,7 @@ Input-size:
 
 # maximum size of the 'labels' table in survey.subx
 Max-labels:
-  0x4000/imm32/1K-labels/16KB
+  0x10000/imm32/4K-labels/64KB
 
 == code
 #   instruction                     effective address                                                   register    displacement    immediate