Increase eio thread stacksize

This commit is contained in:
Ryan Dahl 2011-07-28 18:53:20 -07:00
parent cf5babef80
commit d0e1e62d87

View File

@ -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