From d0e1e62d87820f50f020372b1699d9be0bf9e67e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 28 Jul 2011 18:53:20 -0700 Subject: [PATCH] Increase eio thread stacksize --- config-unix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-unix.mk b/config-unix.mk index 73c9827a..85605b85 100644 --- a/config-unix.mk +++ b/config-unix.mk @@ -98,7 +98,7 @@ src/ev/ev.o: src/ev/ev.c EIO_CPPFLAGS += $(CPPFLAGS) EIO_CPPFLAGS += -DEIO_CONFIG_H=\"$(EIO_CONFIG)\" -EIO_CPPFLAGS += -DEIO_STACKSIZE=65536 +EIO_CPPFLAGS += -DEIO_STACKSIZE=262144 EIO_CPPFLAGS += -D_GNU_SOURCE src/eio/eio.o: src/eio/eio.c