LINUX.ORG.RU
ФорумAdmin

не изменяеться ulimit -n


0

1

# 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

Перезагружал сам сервер. Пару раз. результат тот же 1024

DoctorX
() автор топика
Ответ на: комментарий от DoctorX

Ну хз, я на дебианах правлю только limits.conf и вон тот su в pam.d и всё работает.

zenith ★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.