GNOME Bugzilla – Bug 303649
ORBit's IO thread has 10M stack
Last modified: 2005-05-10 15:54:35 UTC
Distribution/Version: Fedora Core 4 So, on FC4 ORBit's IO thread has a 10M stack. For details: http://mail.gnome.org/archives/desktop-devel-list/2005-May/msg00052.html Attaching an irc log of a conversation with some gcc/glibc/kernel developers about what would be a reasonable size to use. 256k was the conclusion. Also attaching a patch to change to that.
Created attachment 46279 [details] rlimit-stack.log
Created attachment 46280 [details] [review] rlimit-stack.patch
Michael: I just went and committed the patch as is rather than experimenting with even smaller stacks. Given that its just a reduction in VSS rather than RSS, I didn't think it was work doing any more ... 2005-05-10 Mark McLoughlin <mark@skynet.ie> Use a 256k stack for the IO thread rather than the system default (10M on FC4). bug #303649 * src/linc.c: (link_exec_set_io_thread): Use a 256k stack.