You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/05/31 12:00:29 UTC

[Bug 55034] New: Apache 2.4.4 won't open more that 32k VH file handlers

https://issues.apache.org/bugzilla/show_bug.cgi?id=55034

            Bug ID: 55034
           Summary: Apache 2.4.4 won't open more that 32k VH file handlers
           Product: Apache httpd-2
           Version: 2.4.4
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: major
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: admin@3dr.org

If you had few thousands Virtualhosts each few log files etc. - apache won't
start if the amount of file handlers exceed around 32k.

We are not hitting the system limits.

# limits -U apache
Resource limits for class default:
  cputime          infinity secs
  filesize         infinity kB
  datasize         infinity kB
  stacksize        infinity kB
  coredumpsize     infinity kB
  memoryuse        infinity kB
  memorylocked     infinity kB
  maxprocesses     infinity
  openfiles        infinity
  sbsize           infinity bytes
  vmemoryuse       infinity kB
 #


# limit
cputime      unlimited
filesize     unlimited
datasize     33554432 kbytes
stacksize    524288 kbytes
coredumpsize unlimited
memoryuse    unlimited
vmemoryuse   unlimited
descriptors  131072
memorylocked unlimited
maxproc      65536
sbsize       unlimited

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55034] Apache 2.4.4 won't open more that 32k VH file handlers

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55034

admin@3dr.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |admin@3dr.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55034] Apache 2.4.4 won't open more that 32k VH file handlers

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55034

--- Comment #2 from admin@3dr.org ---
> truss of startup failure?

What do you mean exactly?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55034] Apache 2.4.4 won't open more that 32k VH file handlers

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55034

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> ---
truss of startup failure?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55034] Apache 2.4.4 won't open more that 32k VH file handlers

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55034

--- Comment #3 from Eric Covener <co...@gmail.com> ---
You'll need to provide some kind of trace to show your OS is not simply
returning an error after 32k file descriptors are used.  Some type of
truss/strace/ should be able to show the failing call (you might also have an
error in your terminal or base configs error log)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org