ref: 534209238563a7c13682ad2bd95a4fa26a53be86
parent: b03ae0993b8b96e340e560f9f649fc6c8b2b8081
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri May 9 13:16:34 EDT 2014
abaco: need more stack on amd64
--- a/sys/src/cmd/abaco/dat.h
+++ b/sys/src/cmd/abaco/dat.h
@@ -303,7 +303,7 @@
BUFSIZE = 1024*8,
RBUFSIZE = BUFSIZE/sizeof(Rune),
- STACK = 64*1024,
+ STACK = 128*1024,
};
enum
--
⑨