<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 16.12.2014 12:23, Daniel-Constantin
      Mierla wrote:<br>
    </div>
    <blockquote cite="mid:5490162A.1010801@gmail.com" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Those parameters are not about number of children, but how fast to
      do some operations. I had troubles with selinux, because it has
      some obscure limits on how fast new connections can be opened. TLS
      is using quite some memory, I wonder if selinux have a limit on
      how fast one process keeps allocating... Have you tried with
      children=1?<br>
    </blockquote>
    Tried now with:<br>
    <br>
    fork_delay=50000<br>
    modinit_delay=100000<br>
    mem_safety=1<br>
    fork=yes<br>
    children=1<br>
    <br>
    Now the usual error on start, but no crash.<br>
    <br>
    Also tried disabling selinux. Did not help.<br>
    <br>
    Øyvind<br>
  </body>
</html>