Projet

Général

Profil

Scénario #15802

Mis à jour par Gérald Schwartzmann il y a environ 8 ans

ulimit trop petit 1024 sur Zéphir

<pre>
root@zephir:~# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 31785
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 31785
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

</pre>
dans /var/log/rsyslog/local/zephir_backend/zephir_backend.alert.log

j'ai aussi pas mal de
<pre>
[twisted.protocols.tls.TLSMemoryBIOFactory] #011OpenSSL.SSL.Error: [('system library', 'fopen', 'Too many open files'), ('BIO routines', 'FILE_CTRL', 'system lib'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'system lib')]
</pre>

Retour