B
Size: a a a
B
R
cat '/etc/security/limits.conf'
B
n8
B
*/
R
/etc/systemd/system.conf
B
/etc/systemd/system.conf
R
*/
T
R
Basically:
Edit /etc/systemd/user.conf for the soft limit, and add DefaultLimitNOFILE=1048576.
Edit /etc/systemd/system.conf for the soft limit, and add DefaultLimitNOFILE=2097152.
B
R
*/