summaryrefslogtreecommitdiff
path: root/sys/src/cmd
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-05-09 17:16:34 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-05-09 17:16:34 +0200
commit144c4ab2236b47812eb4e49ee1657ec0d42eb3d5 (patch)
treeecba84da3f954292f87a2f70039897ba435dc90d /sys/src/cmd
parent87fd5240f091d901fb3e6c03e85b63ff2a5b9352 (diff)
abaco: need more stack on amd64
Diffstat (limited to 'sys/src/cmd')
-rw-r--r--sys/src/cmd/abaco/dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/abaco/dat.h b/sys/src/cmd/abaco/dat.h
index e61f673d5..c11cc6eb2 100644
--- a/sys/src/cmd/abaco/dat.h
+++ b/sys/src/cmd/abaco/dat.h
@@ -303,7 +303,7 @@ enum
BUFSIZE = 1024*8,
RBUFSIZE = BUFSIZE/sizeof(Rune),
- STACK = 64*1024,
+ STACK = 128*1024,
};
enum