···6969sunrpc/ SUN Remote Procedure Call (NFS)7070vm/ memory management tuning7171 buffer and cache management7272+user/ Per user per user namespace limits72737374These are the subdirs I have on my system. There might be more7475or other subdirs in another setup. If you see another dir, I'd
+66
Documentation/sysctl/user.txt
···11+Documentation for /proc/sys/user/* kernel version 4.9.022+ (c) 2016 Eric Biederman <ebiederm@xmission.com>33+44+==============================================================55+66+This file contains the documetation for the sysctl files in77+/proc/sys/user.88+99+The files in this directory can be used to override the default1010+limits on the number of namespaces and other objects that have1111+per user per user namespace limits.1212+1313+The primary purpose of these limits is to stop programs that1414+malfunction and attempt to create a ridiculous number of objects,1515+before the malfunction becomes a system wide problem. It is the1616+intention that the defaults of these limits are set high enough that1717+no program in normal operation should run into these limits.1818+1919+The creation of per user per user namespace objects are charged to2020+the user in the user namespace who created the object and2121+verified to be below the per user limit in that user namespace.2222+2323+The creation of objects is also charged to all of the users2424+who created user namespaces the creation of the object happens2525+in (user namespaces can be nested) and verified to be below the per user2626+limits in the user namespaces of those users.2727+2828+This recursive counting of created objects ensures that creating a2929+user namespace does not allow a user to escape their current limits.3030+3131+Currently, these files are in /proc/sys/user:3232+3333+- max_cgroup_namespaces3434+3535+ The maximum number of cgroup namespaces that any user in the current3636+ user namespace may create.3737+3838+- max_ipc_namespaces3939+4040+ The maximum number of ipc namespaces that any user in the current4141+ user namespace may create.4242+4343+- max_mnt_namespaces4444+4545+ The maximum number of mount namespaces that any user in the current4646+ user namespace may create.4747+4848+- max_net_namespaces4949+5050+ The maximum number of network namespaces that any user in the5151+ current user namespace may create.5252+5353+- max_pid_namespaces5454+5555+ The maximum number of pid namespaces that any user in the current5656+ user namespace may create.5757+5858+- max_user_namespaces5959+6060+ The maximum number of user namespaces that any user in the current6161+ user namespace may create.6262+6363+- max_uts_namespaces6464+6565+ The maximum number of user namespaces that any user in the current6666+ user namespace may create.