summaryrefslogtreecommitdiffstats
path: root/tools/checkstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkstack.c')
-rw-r--r--tools/checkstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkstack.c b/tools/checkstack.c
index 23f0a922e..14b5726fb 100644
--- a/tools/checkstack.c
+++ b/tools/checkstack.c
@@ -18,7 +18,7 @@
#include <sys/time.h>
#include <sys/resource.h>
-#define MINSTACKBYTES (512 * 1024 * sizeof (long))
+#define MINSTACKBYTES (384 * 1024 * sizeof (long))
int main(int argc, char ** argv)
{