#ulimit — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ulimit, aggregated by home.social.
-
ulimit -l98304
sources
man ulimit (3)man otpclient (1)https://github.com/paolostivanin/OTPClient/wiki/Secure-Memory-Limitations
#2FA #MFA #ulimit #OTP #secure #ram #limit #programming #OpenSource
-
Мой мониторинг аптайма сам нагенерил 932 фантомных падения
2 июня мой мониторинг аптайма разом отрапортовал, что упало почти всё: 932 инцидента за 25 минут. Сайты были живы — все до единого. Виноваты дефолтный лимит файловых дескрипторов 1024 и «оптимизация», тихо размножившаяся в 60 раз. Разбираю по приборам: /proc, ss, EMFILE и почему docker compose restart не спасает.
https://habr.com/ru/articles/1052038/
#EMFILE #ulimit #nofile #file_descriptors #Docker #httpx #connection_pool #FastAPI #postmortem #мониторинг
-
Что происходит, когда у сервера заканчиваются файловые дескрипторы
Сервер внезапно перестал отвечать, а в логах ошибка Too many open files? Дело не в нехватке памяти или перегруженном процессоре — просто ваш процесс исчерпал свои файловые дескрипторы. Под катом расскажу, что это такое, почему они заканчиваются, как быстро обнаружить проблему и как её пофиксить. Читать
https://habr.com/ru/companies/ruvds/articles/1007534/
#linux #too_many_open_files #файловые_дескрипторы #ulimit #systemd #lsof #мониторинг #LimitNOFILE #системное_администрирование #ruvds_статьи
-
I keep getting an error message in #Obsidian on Linux that there are too many open files. The Vault and others cannot be opened. This often happens after updates.
I have already increased ulimit and other things for the application, but can't really get rid of the frequent error. No problems with this vaults on Win and iPadOS. Any tips? -
@isaackuo (though at time of writing of that comment, it apparently didn't quite work yet on Linux; hopefully that has been fixed by now. In that case you could try #ulimit as suggested previously by someone else, e.g. https://newbedev.com/chromium-browser-exceed-data-ulimit)