Stack size patch for Varnish allows for more threads on Linux »
By sru on Nov 4, 2009 in Caching in General, Varnish | 1 Comment
As you may or may not know, on Linux the number of threads a process can spawn is theoretically unlimited. In reality, however, you will encounter a small problem there: Since the initial stack size for every user is set to a whooping 8 MB you will run out of memory for your thread’s stacks [...]