about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/subx-params.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/subx-params.subx b/apps/subx-params.subx
index c3827ad7..cf1412bc 100644
--- a/apps/subx-params.subx
+++ b/apps/subx-params.subx
@@ -4,11 +4,11 @@
 
 # largest segment that can be translated
 Segment-size:
-  0x100000/imm32/1MB
+  0x200000/imm32/2MB
 
 # maximum size of input textual stream (spanning all segments)
 Input-size:
-  0x200000/imm32/2MB
+  0x400000/imm32/4MB
 
 # number of labels we can translate to addresses
 Max-labels: