You are not logged in.
Pages: 1
Immediately after a reboot, the contents of the /proc/sys/fs/file-max file are reset. I do not know how to make this value sustainable. It is possible that the constant is set elsewhere, but I cannot understand where.
sysctl -p was executed.
Offline
What conf file should be setting the value and what is its contents?
Offline
Immediately after a reboot, the contents of the /proc/sys/fs/file-max file are reset. [...]
sysctl [...]
To preserve changes between reboots, add or modify the appropriate lines in /etc/sysctl.d/99-sysctl.conf
--
saint_abroad
Offline
ArchLinuxSU wrote:Immediately after a reboot, the contents of the /proc/sys/fs/file-max file are reset. [...]
sysctl [...]To preserve changes between reboots, add or modify the appropriate lines in /etc/sysctl.d/99-sysctl.conf
I do not have such a file in the /etc/sysctl.d directory. How to configure it for my case?
Offline
Read the sysctl.conf man page.
Offline
Pages: 1