# ulimit -n
1024
# less /etc/security/limits.conf
# - memlock - max locked-in-memory address space (KB)
# - nofile - max number of open files
# - rss - max resident set size (KB)
# - stack - max stack size (KB)
# - cpu - max CPU time (MIN)
# - nproc - max number of processes
# - as - address space limit (KB)
# - maxlogins - max number of logins for this user
# - maxsyslogins - max number of logins on the system
# - priority - the priority to run user process with
# - locks - max number of file locks the user can hold
# - sigpending - max number of pending signals
# - msgqueue - max memory used by POSIX message queues (bytes)
# - nice - max nice priority allowed to raise to values: [-20, 19]
# - rtprio - max realtime priority
# - chroot - change root to directory (Debian-specific)
#
#<domain> <type> <item> <value>
#
#* soft core 0
#* hard rss 10000
#@student hard nproc 20
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#ftp - chroot /ftp
#@student - maxlogins 4
www-data soft nofile 65535
www-data hard nofile 65535
* - nofile 65000
#root - nofile 10000
* soft nofile 65535
* hard nofile 65535
# End of file
Ответ на:
комментарий
от uzbl
Ответ на:
комментарий
от zenith
Ответ на:
комментарий
от DoctorX
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум Максимально допустимо число открытых файлов в Linux? (2017)
- Форум Debian Wheezy игнорит nproc из limits.conf (2015)
- Форум 4тыс коннектов и pthread_create (2024)
- Форум Proxmox 4.1 + LXC количество процессов (2016)
- Форум ulimit увеличение макс.открытых фалойовых дескрипторов (2017)
- Форум [linux]max user processes (limits.conf) -не работает! (2010)
- Форум syslog -r и проблемы с производительностью (2010)
- Форум failed to open stream too many open (2018)
- Форум ulimit: что и когда изменять? (2011)
- Форум Как увеличить количество открытых файлов? (2019)