]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
Increase default Mini-OS thread stack size to 256kB
authorMartin Lucina <martin@lucina.net>
Wed, 21 Jan 2015 19:02:53 +0000 (20:02 +0100)
committerMartin Lucina <martin@lucina.net>
Wed, 21 Jan 2015 19:02:53 +0000 (20:02 +0100)
Required to run some non-trivial applications (Hiawatha, PHP).

See issue #22.

Signed-off-by: Martin Lucina <martin@lucina.net>
xen/include/mini-os/x86/limits.h

index 41f86207dc860776caac647b7319c88387c50033..7fd8e7aa87778a27a8b62d79dfde64e91a468df2 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 #endif
 
-#define __STACK_SIZE_PAGE_ORDER  4
+#define __STACK_SIZE_PAGE_ORDER  6
 #define __STACK_SIZE             (__PAGE_SIZE * (1 << __STACK_SIZE_PAGE_ORDER))
           
 #endif /* __ARCH_LIMITS_H__ */