[Varnish] #1267: Setup stack side through sysconfig varnish configuration
    Varnish 
    varnish-bugs at varnish-cache.org
       
    Fri Feb 15 16:04:49 CET 2013
    
    
  
#1267: Setup stack side through sysconfig varnish configuration
------------------------------+-------------------------
 Reporter:  andrii.grytsenko  |       Type:  enhancement
   Status:  new               |   Priority:  normal
Milestone:  Varnish 3.0 dev   |  Component:  packaging
  Version:  3.0.3             |   Severity:  normal
 Keywords:                    |
------------------------------+-------------------------
 Since more and more people are hitting this issue:
 https://www.varnish-cache.org/docs/trunk/installation/platformnotes.html
 and also some are require stack size adjustment.
 It would be really nice of you if you add the possibility to setup stack
 side through sysconfig varnish configuration.
 Please add to varnish init.d script:
 {{{
 ulimit -s ${STACK:-10240}
 }}}
 and to sysconfig:
 {{{
 STACK=10240
 }}}
 Thank you!
-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1267>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
    
    
More information about the varnish-bugs
mailing list