• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

(23) too many open files in system

E

euro_gedimas

Guest
I saw on apache log "error_log" this error:

(23) too many open files in system

And server doesn't work, I must restart it. How to solve this problem, and why I get this error?
 
I'm assuming that you're trying to start the main apache server not the plesk management instance on 8443..

What are you seeing in /var/log/httpd/error_log

Garan.
 
Ok, as I have too much apache errors, I put error_log: http://www.tvs.lt/error_log

I hope someone, can help me with these problems.

# sysctl kern.maxfiles
kern.maxfiles: 12328

# pstat -T
11638/12328 files
0M/4069M swap space

# ulimit -n
11095
 
Back
Top