Search results

  1. D

    SIGUSR1 killing running rails requests

    Yes, I just took a look and realised that. What settings can I play around with here to try and resolve the problem, I changed the Max Idle time but we're still getting SIGUSR1 errors. Soft/hard memory limits are set to 80mb/100mb respectively. Max connections is set to 10 Initial timeout is...
  2. D

    SIGUSR1 killing running rails requests

    Max Idle time had a value of "0" in it, I've now changed that to be blank and applied changes. In reading some other threads I noticed that ruby-lsapi has been upgraded a few times, when i do a "gem list" on the production box I get a version number of... "ruby-lsapi (1.11)" Is there an...
  3. D

    SIGUSR1 killing running rails requests

    Since tweaking our setup to get Rails running using dispatch.lsapi we are getting lots of SIGUSR1 errors messages produced in our app. They appear to be produced whenever a request results in a large dataset being returned. Can anyone point me in the direction of the configuration settings...
Top