Narazil jsem na problém s velkým množstvím otevřených souboru. Řešením je změna systémové proměnné v sysctl nebo nastaveni limitu pro jednotlive uživatele systému.
Increase Total File Descriptors For System
Zjištění hodnoty z proc:
cat /proc/sys/fs/file-max
popřípadě
cat cat /proc/sys/fs/file-nr
Změnit tuto hodnotu můžeme v /etc/sysctl.conf
joe /etc/sysctl.conf
fs.file-max=200000
sysctl -p (pro aplikování změny)
Increase Total File Descriptors For User
joe /etc/security/limits.conf
Další informace zde
Exploring AI Integration in Zabbix with Gemini and WebMCP
-
When I first started working with Zabbix in banking and telecommunications
over a decade ago, the workflow was always the same: something breaks, an
aler...
před 6 dny

Žádné komentáře:
Okomentovat