blob: d05e70b7d8ddc8ffe3ec45563826024a0c8a9886 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001Documentation for /proc/sys/kernel/* kernel version 2.2.10
2 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org>
Shen Feng760df932009-04-02 16:57:20 -07003 (c) 2009, Shen Feng<shen@cn.fujitsu.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5For general info and legal blurb, please look in README.
6
7==============================================================
8
9This file contains documentation for the sysctl files in
10/proc/sys/kernel/ and is valid for Linux kernel version 2.2.
11
12The files in this directory can be used to tune and monitor
13miscellaneous and general things in the operation of the Linux
14kernel. Since some of the files _can_ be used to screw up your
15system, it is advisable to read both documentation and source
16before actually making adjustments.
17
18Currently, these files might (depending on your configuration)
19show up in /proc/sys/kernel:
Borislav Petkov807094c2011-07-23 10:39:29 -070020
Linus Torvalds1da177e2005-04-16 15:20:36 -070021- acct
Borislav Petkov807094c2011-07-23 10:39:29 -070022- acpi_video_flags
23- auto_msgmni
H. Peter Anvind75757a2009-12-11 14:23:44 -080024- bootloader_type [ X86 only ]
25- bootloader_version [ X86 only ]
Hans-Joachim Pichtc114728a2009-09-11 10:28:47 +020026- callhome [ S390 only ]
Dan Ballard73efc032011-10-31 17:11:20 -070027- cap_last_cap
Linus Torvalds1da177e2005-04-16 15:20:36 -070028- core_pattern
Neil Hormana2939802009-09-23 15:56:56 -070029- core_pipe_limit
Linus Torvalds1da177e2005-04-16 15:20:36 -070030- core_uses_pid
31- ctrl-alt-del
Dan Rosenbergeaf06b22010-11-11 14:05:18 -080032- dmesg_restrict
Linus Torvalds1da177e2005-04-16 15:20:36 -070033- domainname
34- hostname
35- hotplug
Jiri Kosina55537872015-11-05 18:44:41 -080036- hardlockup_all_cpu_backtrace
Aaron Tomlin270750db2014-01-20 17:34:13 +000037- hung_task_panic
38- hung_task_check_count
39- hung_task_timeout_secs
40- hung_task_warnings
Kees Cook79847542014-01-23 15:55:59 -080041- kexec_load_disabled
Dan Rosenberg455cd5a2011-01-12 16:59:41 -080042- kptr_restrict
Chuck Ebbert0741f4d2006-12-07 02:14:11 +010043- kstack_depth_to_print [ X86 only ]
Linus Torvalds1da177e2005-04-16 15:20:36 -070044- l2cr [ PPC only ]
Michael Opdenackerac76cff2008-02-13 15:03:32 -080045- modprobe ==> Documentation/debugging-modules.txt
Kees Cook3d433212009-04-02 15:49:29 -070046- modules_disabled
Stanislav Kinsbursky03f59562013-01-04 15:34:50 -080047- msg_next_id [ sysv ipc ]
Linus Torvalds1da177e2005-04-16 15:20:36 -070048- msgmax
49- msgmnb
50- msgmni
Shen Feng760df932009-04-02 16:57:20 -070051- nmi_watchdog
Linus Torvalds1da177e2005-04-16 15:20:36 -070052- osrelease
53- ostype
54- overflowgid
55- overflowuid
56- panic
Borislav Petkov807094c2011-07-23 10:39:29 -070057- panic_on_oops
Mitsuo Hayasaka55af7792011-11-29 15:08:36 +090058- panic_on_stackoverflow
Prarit Bhargava9e3961a2014-12-10 15:45:50 -080059- panic_on_unrecovered_nmi
60- panic_on_warn
Linus Torvalds1da177e2005-04-16 15:20:36 -070061- pid_max
62- powersave-nap [ PPC only ]
63- printk
Borislav Petkov807094c2011-07-23 10:39:29 -070064- printk_delay
65- printk_ratelimit
66- printk_ratelimit_burst
Konstantin Khlebnikov8b253b02016-02-21 10:06:14 +030067- pty ==> Documentation/filesystems/devpts.txt
Jiri Kosina1ec7fd52008-02-09 23:24:08 +010068- randomize_va_space
Linus Torvalds1da177e2005-04-16 15:20:36 -070069- real-root-dev ==> Documentation/initrd.txt
70- reboot-cmd [ SPARC only ]
71- rtsig-max
72- rtsig-nr
73- sem
Stanislav Kinsbursky03f59562013-01-04 15:34:50 -080074- sem_next_id [ sysv ipc ]
Linus Torvalds1da177e2005-04-16 15:20:36 -070075- sg-big-buff [ generic SCSI device (sg) ]
Stanislav Kinsbursky03f59562013-01-04 15:34:50 -080076- shm_next_id [ sysv ipc ]
Vasiliy Kulikovb34a6b12011-07-26 16:08:48 -070077- shm_rmid_forced
Linus Torvalds1da177e2005-04-16 15:20:36 -070078- shmall
79- shmmax [ sysv ipc ]
80- shmmni
Aaron Tomlined235872014-06-23 13:22:05 -070081- softlockup_all_cpu_backtrace
Ulrich Obergfell195daf62015-04-14 15:44:13 -070082- soft_watchdog
Linus Torvalds1da177e2005-04-16 15:20:36 -070083- stop-a [ SPARC only ]
84- sysrq ==> Documentation/sysrq.txt
Kees Cookf4aacea2014-06-06 14:37:19 -070085- sysctl_writes_strict
Linus Torvalds1da177e2005-04-16 15:20:36 -070086- tainted
87- threads-max
Shen Feng760df932009-04-02 16:57:20 -070088- unknown_nmi_panic
Ulrich Obergfell195daf62015-04-14 15:44:13 -070089- watchdog
Li Zefan08825c92013-05-17 10:31:20 +080090- watchdog_thresh
Linus Torvalds1da177e2005-04-16 15:20:36 -070091- version
92
93==============================================================
94
95acct:
96
97highwater lowwater frequency
98
99If BSD-style process accounting is enabled these values control
100its behaviour. If free space on filesystem where the log lives
101goes below <lowwater>% accounting suspends. If free space gets
102above <highwater>% accounting resumes. <Frequency> determines
103how often do we check the amount of free space (value is in
104seconds). Default:
1054 2 30
106That is, suspend accounting if there left <= 2% free; resume it
107if we got >=4%; consider information about amount of free space
108valid for 30 seconds.
109
110==============================================================
111
Borislav Petkov807094c2011-07-23 10:39:29 -0700112acpi_video_flags:
113
114flags
115
116See Doc*/kernel/power/video.txt, it allows mode of video boot to be
117set during run time.
118
119==============================================================
120
121auto_msgmni:
122
Manfred Spraul0050ee02014-12-12 16:58:17 -0800123This variable has no effect and may be removed in future kernel
124releases. Reading it always returns 0.
125Up to Linux 3.17, it enabled/disabled automatic recomputing of msgmni
126upon memory add/remove or upon ipc namespace creation/removal.
127Echoing "1" into this file enabled msgmni automatic recomputing.
128Echoing "0" turned it off. auto_msgmni default value was 1.
Borislav Petkov807094c2011-07-23 10:39:29 -0700129
130
131==============================================================
132
H. Peter Anvind75757a2009-12-11 14:23:44 -0800133bootloader_type:
134
135x86 bootloader identification
136
137This gives the bootloader type number as indicated by the bootloader,
138shifted left by 4, and OR'd with the low four bits of the bootloader
139version. The reason for this encoding is that this used to match the
140type_of_loader field in the kernel header; the encoding is kept for
141backwards compatibility. That is, if the full bootloader type number
142is 0x15 and the full version number is 0x234, this file will contain
143the value 340 = 0x154.
144
145See the type_of_loader and ext_loader_type fields in
146Documentation/x86/boot.txt for additional information.
147
148==============================================================
149
150bootloader_version:
151
152x86 bootloader version
153
154The complete bootloader version number. In the example above, this
155file will contain the value 564 = 0x234.
156
157See the type_of_loader and ext_loader_ver fields in
158Documentation/x86/boot.txt for additional information.
159
160==============================================================
161
Hans-Joachim Pichtc114728a2009-09-11 10:28:47 +0200162callhome:
163
164Controls the kernel's callhome behavior in case of a kernel panic.
165
166The s390 hardware allows an operating system to send a notification
167to a service organization (callhome) in case of an operating system panic.
168
169When the value in this file is 0 (which is the default behavior)
170nothing happens in case of a kernel panic. If this value is set to "1"
171the complete kernel oops message is send to the IBM customer service
172organization in case the mainframe the Linux operating system is running
173on has a service contract with IBM.
174
175==============================================================
176
Dan Ballard73efc032011-10-31 17:11:20 -0700177cap_last_cap
178
179Highest valid capability of the running kernel. Exports
180CAP_LAST_CAP from the kernel.
181
182==============================================================
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184core_pattern:
185
186core_pattern is used to specify a core dumpfile pattern name.
Matthias Urlichscd081042006-10-11 01:21:57 -0700187. max length 128 characters; default value is "core"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188. core_pattern is used as a pattern template for the output filename;
189 certain string patterns (beginning with '%') are substituted with
190 their actual values.
191. backward compatibility with core_uses_pid:
192 If core_pattern does not include "%p" (default does not)
193 and core_uses_pid is set, then .PID will be appended to
194 the filename.
195. corename format specifiers:
196 %<NUL> '%' is dropped
197 %% output one '%'
198 %p pid
Stéphane Graber65aafb12013-09-11 14:24:32 -0700199 %P global pid (init PID namespace)
Oleg Nesterovb03023e2014-10-13 15:53:35 -0700200 %i tid
201 %I global tid (init PID namespace)
Nicolas Iooss5202efe2015-06-25 15:03:51 -0700202 %u uid (in initial user namespace)
203 %g gid (in initial user namespace)
Oleg Nesterov12a2b4b2012-10-04 17:15:25 -0700204 %d dump mode, matches PR_SET_DUMPABLE and
205 /proc/sys/fs/suid_dumpable
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 %s signal number
207 %t UNIX time of dump
208 %h hostname
Jiri Slaby57cc0832011-05-26 16:25:46 -0700209 %e executable filename (may be shortened)
210 %E executable path
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 %<OTHER> both are dropped
Matthias Urlichscd081042006-10-11 01:21:57 -0700212. If the first character of the pattern is a '|', the kernel will treat
213 the rest of the pattern as a command to run. The core dump will be
214 written to the standard input of that program instead of to a file.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
216==============================================================
217
Neil Hormana2939802009-09-23 15:56:56 -0700218core_pipe_limit:
219
Borislav Petkov807094c2011-07-23 10:39:29 -0700220This sysctl is only applicable when core_pattern is configured to pipe
221core files to a user space helper (when the first character of
222core_pattern is a '|', see above). When collecting cores via a pipe
223to an application, it is occasionally useful for the collecting
224application to gather data about the crashing process from its
225/proc/pid directory. In order to do this safely, the kernel must wait
226for the collecting process to exit, so as not to remove the crashing
227processes proc files prematurely. This in turn creates the
228possibility that a misbehaving userspace collecting process can block
229the reaping of a crashed process simply by never exiting. This sysctl
230defends against that. It defines how many concurrent crashing
231processes may be piped to user space applications in parallel. If
232this value is exceeded, then those crashing processes above that value
233are noted via the kernel log and their cores are skipped. 0 is a
234special value, indicating that unlimited processes may be captured in
235parallel, but that no waiting will take place (i.e. the collecting
236process is not guaranteed access to /proc/<crashing pid>/). This
237value defaults to 0.
Neil Hormana2939802009-09-23 15:56:56 -0700238
239==============================================================
240
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241core_uses_pid:
242
243The default coredump filename is "core". By setting
244core_uses_pid to 1, the coredump filename becomes core.PID.
245If core_pattern does not include "%p" (default does not)
246and core_uses_pid is set, then .PID will be appended to
247the filename.
248
249==============================================================
250
251ctrl-alt-del:
252
253When the value in this file is 0, ctrl-alt-del is trapped and
254sent to the init(1) program to handle a graceful restart.
255When, however, the value is > 0, Linux's reaction to a Vulcan
256Nerve Pinch (tm) will be an immediate reboot, without even
257syncing its dirty buffers.
258
259Note: when a program (like dosemu) has the keyboard in 'raw'
260mode, the ctrl-alt-del is intercepted by the program before it
261ever reaches the kernel tty layer, and it's up to the program
262to decide what to do with it.
263
264==============================================================
265
Dan Rosenbergeaf06b22010-11-11 14:05:18 -0800266dmesg_restrict:
267
Borislav Petkov807094c2011-07-23 10:39:29 -0700268This toggle indicates whether unprivileged users are prevented
269from using dmesg(8) to view messages from the kernel's log buffer.
270When dmesg_restrict is set to (0) there are no restrictions. When
Serge E. Hallyn38ef4c22010-12-08 15:19:01 +0000271dmesg_restrict is set set to (1), users must have CAP_SYSLOG to use
Dan Rosenbergeaf06b22010-11-11 14:05:18 -0800272dmesg(8).
273
Borislav Petkov807094c2011-07-23 10:39:29 -0700274The kernel config option CONFIG_SECURITY_DMESG_RESTRICT sets the
275default value of dmesg_restrict.
Dan Rosenbergeaf06b22010-11-11 14:05:18 -0800276
277==============================================================
278
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279domainname & hostname:
280
281These files can be used to set the NIS/YP domainname and the
282hostname of your box in exactly the same way as the commands
283domainname and hostname, i.e.:
284# echo "darkstar" > /proc/sys/kernel/hostname
285# echo "mydomain" > /proc/sys/kernel/domainname
286has the same effect as
287# hostname "darkstar"
288# domainname "mydomain"
289
290Note, however, that the classic darkstar.frop.org has the
291hostname "darkstar" and DNS (Internet Domain Name Server)
292domainname "frop.org", not to be confused with the NIS (Network
293Information Service) or YP (Yellow Pages) domainname. These two
294domain names are in general different. For a detailed discussion
295see the hostname(1) man page.
296
297==============================================================
Jiri Kosina55537872015-11-05 18:44:41 -0800298hardlockup_all_cpu_backtrace:
299
300This value controls the hard lockup detector behavior when a hard
301lockup condition is detected as to whether or not to gather further
302debug information. If enabled, arch-specific all-CPU stack dumping
303will be initiated.
304
3050: do nothing. This is the default behavior.
306
3071: on detection capture more debug information.
308==============================================================
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309
310hotplug:
311
312Path for the hotplug policy agent.
313Default value is "/sbin/hotplug".
314
315==============================================================
316
Aaron Tomlin270750db2014-01-20 17:34:13 +0000317hung_task_panic:
318
319Controls the kernel's behavior when a hung task is detected.
320This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
321
3220: continue operation. This is the default behavior.
323
3241: panic immediately.
325
326==============================================================
327
328hung_task_check_count:
329
330The upper bound on the number of tasks that are checked.
331This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
332
333==============================================================
334
335hung_task_timeout_secs:
336
337Check interval. When a task in D state did not get scheduled
338for more than this value report a warning.
339This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
340
3410: means infinite timeout - no checking done.
Liu Hua80df2842014-04-07 15:38:57 -0700342Possible values to set are in range {0..LONG_MAX/HZ}.
Aaron Tomlin270750db2014-01-20 17:34:13 +0000343
344==============================================================
345
Aaron Tomlin70e0ac52014-01-27 09:00:57 +0000346hung_task_warnings:
Aaron Tomlin270750db2014-01-20 17:34:13 +0000347
348The maximum number of warnings to report. During a check interval
Aaron Tomlin70e0ac52014-01-27 09:00:57 +0000349if a hung task is detected, this value is decreased by 1.
350When this value reaches 0, no more warnings will be reported.
Aaron Tomlin270750db2014-01-20 17:34:13 +0000351This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
352
353-1: report an infinite number of warnings.
354
355==============================================================
356
Kees Cook79847542014-01-23 15:55:59 -0800357kexec_load_disabled:
358
359A toggle indicating if the kexec_load syscall has been disabled. This
360value defaults to 0 (false: kexec_load enabled), but can be set to 1
361(true: kexec_load disabled). Once true, kexec can no longer be used, and
362the toggle cannot be set back to false. This allows a kexec image to be
363loaded before disabling the syscall, allowing a system to set up (and
364later use) an image without it being altered. Generally used together
365with the "modules_disabled" sysctl.
366
367==============================================================
368
Dan Rosenberg455cd5a2011-01-12 16:59:41 -0800369kptr_restrict:
370
371This toggle indicates whether restrictions are placed on
Ryan Mallon312b4e22013-11-12 15:08:51 -0800372exposing kernel addresses via /proc and other interfaces.
373
374When kptr_restrict is set to (0), the default, there are no restrictions.
375
376When kptr_restrict is set to (1), kernel pointers printed using the %pK
377format specifier will be replaced with 0's unless the user has CAP_SYSLOG
378and effective user and group ids are equal to the real ids. This is
379because %pK checks are done at read() time rather than open() time, so
380if permissions are elevated between the open() and the read() (e.g via
381a setuid binary) then %pK will not leak kernel pointers to unprivileged
382users. Note, this is a temporary solution only. The correct long-term
383solution is to do the permission checks at open() time. Consider removing
384world read permissions from files that use %pK, and using dmesg_restrict
385to protect against uses of %pK in dmesg(8) if leaking kernel pointer
386values to unprivileged users is a concern.
387
388When kptr_restrict is set to (2), kernel pointers printed using
389%pK will be replaced with 0's regardless of privileges.
Dan Rosenberg455cd5a2011-01-12 16:59:41 -0800390
391==============================================================
392
Chuck Ebbert0741f4d2006-12-07 02:14:11 +0100393kstack_depth_to_print: (X86 only)
394
395Controls the number of words to print when dumping the raw
396kernel stack.
397
398==============================================================
399
Borislav Petkov807094c2011-07-23 10:39:29 -0700400l2cr: (PPC only)
401
402This flag controls the L2 cache of G3 processor boards. If
4030, the cache is disabled. Enabled if nonzero.
404
405==============================================================
406
Kees Cook3d433212009-04-02 15:49:29 -0700407modules_disabled:
408
409A toggle value indicating if modules are allowed to be loaded
410in an otherwise modular kernel. This toggle defaults to off
411(0), but can be set true (1). Once true, modules can be
412neither loaded nor unloaded, and the toggle cannot be set back
Kees Cook79847542014-01-23 15:55:59 -0800413to false. Generally used with the "kexec_load_disabled" toggle.
Kees Cook3d433212009-04-02 15:49:29 -0700414
415==============================================================
416
Stanislav Kinsbursky03f59562013-01-04 15:34:50 -0800417msg_next_id, sem_next_id, and shm_next_id:
418
419These three toggles allows to specify desired id for next allocated IPC
420object: message, semaphore or shared memory respectively.
421
422By default they are equal to -1, which means generic allocation logic.
423Possible values to set are in range {0..INT_MAX}.
424
425Notes:
4261) kernel doesn't guarantee, that new object will have desired id. So,
427it's up to userspace, how to handle an object with "wrong" id.
4282) Toggle with non-default value will be set back to -1 by kernel after
429successful IPC object allocation.
430
431==============================================================
432
Borislav Petkov807094c2011-07-23 10:39:29 -0700433nmi_watchdog:
434
Ulrich Obergfell195daf62015-04-14 15:44:13 -0700435This parameter can be used to control the NMI watchdog
436(i.e. the hard lockup detector) on x86 systems.
Borislav Petkov807094c2011-07-23 10:39:29 -0700437
Ulrich Obergfell195daf62015-04-14 15:44:13 -0700438 0 - disable the hard lockup detector
439 1 - enable the hard lockup detector
440
441The hard lockup detector monitors each CPU for its ability to respond to
442timer interrupts. The mechanism utilizes CPU performance counter registers
443that are programmed to generate Non-Maskable Interrupts (NMIs) periodically
444while a CPU is busy. Hence, the alternative name 'NMI watchdog'.
445
446The NMI watchdog is disabled by default if the kernel is running as a guest
447in a KVM virtual machine. This default can be overridden by adding
448
449 nmi_watchdog=1
450
451to the guest kernel command line (see Documentation/kernel-parameters.txt).
Borislav Petkov807094c2011-07-23 10:39:29 -0700452
453==============================================================
454
Mel Gorman10fc05d2013-10-07 11:28:40 +0100455numa_balancing
456
457Enables/disables automatic page fault based NUMA memory
458balancing. Memory is moved automatically to nodes
459that access it often.
460
461Enables/disables automatic NUMA memory balancing. On NUMA machines, there
462is a performance penalty if remote memory is accessed by a CPU. When this
463feature is enabled the kernel samples what task thread is accessing memory
464by periodically unmapping pages and later trapping a page fault. At the
465time of the page fault, it is determined if the data being accessed should
466be migrated to a local memory node.
467
468The unmapping of pages and trapping faults incur additional overhead that
469ideally is offset by improved memory locality but there is no universal
470guarantee. If the target workload is already bound to NUMA nodes then this
471feature should be disabled. Otherwise, if the system overhead from the
472feature is too high then the rate the kernel samples for NUMA hinting
473faults may be controlled by the numa_balancing_scan_period_min_ms,
Mel Gorman930aa172013-10-07 11:29:37 +0100474numa_balancing_scan_delay_ms, numa_balancing_scan_period_max_ms,
Rik van Riel52bf84a2014-01-27 17:03:40 -0500475numa_balancing_scan_size_mb, and numa_balancing_settle_count sysctls.
Mel Gorman10fc05d2013-10-07 11:28:40 +0100476
477==============================================================
478
479numa_balancing_scan_period_min_ms, numa_balancing_scan_delay_ms,
Mel Gorman930aa172013-10-07 11:29:37 +0100480numa_balancing_scan_period_max_ms, numa_balancing_scan_size_mb
Mel Gorman10fc05d2013-10-07 11:28:40 +0100481
482Automatic NUMA balancing scans tasks address space and unmaps pages to
483detect if pages are properly placed or if the data should be migrated to a
484memory node local to where the task is running. Every "scan delay" the task
485scans the next "scan size" number of pages in its address space. When the
486end of the address space is reached the scanner restarts from the beginning.
487
488In combination, the "scan delay" and "scan size" determine the scan rate.
489When "scan delay" decreases, the scan rate increases. The scan delay and
490hence the scan rate of every task is adaptive and depends on historical
491behaviour. If pages are properly placed then the scan delay increases,
492otherwise the scan delay decreases. The "scan size" is not adaptive but
493the higher the "scan size", the higher the scan rate.
494
495Higher scan rates incur higher system overhead as page faults must be
496trapped and potentially data must be migrated. However, the higher the scan
497rate, the more quickly a tasks memory is migrated to a local node if the
498workload pattern changes and minimises performance impact due to remote
499memory accesses. These sysctls control the thresholds for scan delays and
500the number of pages scanned.
501
Mel Gorman598f0ec2013-10-07 11:28:55 +0100502numa_balancing_scan_period_min_ms is the minimum time in milliseconds to
503scan a tasks virtual memory. It effectively controls the maximum scanning
504rate for each task.
Mel Gorman10fc05d2013-10-07 11:28:40 +0100505
506numa_balancing_scan_delay_ms is the starting "scan delay" used for a task
507when it initially forks.
508
Mel Gorman598f0ec2013-10-07 11:28:55 +0100509numa_balancing_scan_period_max_ms is the maximum time in milliseconds to
510scan a tasks virtual memory. It effectively controls the minimum scanning
511rate for each task.
Mel Gorman10fc05d2013-10-07 11:28:40 +0100512
513numa_balancing_scan_size_mb is how many megabytes worth of pages are
514scanned for a given scan.
515
Mel Gorman10fc05d2013-10-07 11:28:40 +0100516==============================================================
517
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518osrelease, ostype & version:
519
520# cat osrelease
5212.1.88
522# cat ostype
523Linux
524# cat version
525#5 Wed Feb 25 21:49:24 MET 1998
526
527The files osrelease and ostype should be clear enough. Version
528needs a little more clarification however. The '#5' means that
529this is the fifth kernel built from this source base and the
530date behind it indicates the time the kernel was built.
531The only way to tune these values is to rebuild the kernel :-)
532
533==============================================================
534
535overflowgid & overflowuid:
536
Borislav Petkov807094c2011-07-23 10:39:29 -0700537if your architecture did not always support 32-bit UIDs (i.e. arm,
538i386, m68k, sh, and sparc32), a fixed UID and GID will be returned to
539applications that use the old 16-bit UID/GID system calls, if the
540actual UID or GID would exceed 65535.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
542These sysctls allow you to change the value of the fixed UID and GID.
543The default is 65534.
544
545==============================================================
546
547panic:
548
Borislav Petkov807094c2011-07-23 10:39:29 -0700549The value in this file represents the number of seconds the kernel
550waits before rebooting on a panic. When you use the software watchdog,
551the recommended setting is 60.
552
553==============================================================
554
Hidehiro Kawai9f318e32015-12-14 11:19:14 +0100555panic_on_io_nmi:
556
557Controls the kernel's behavior when a CPU receives an NMI caused by
558an IO error.
559
5600: try to continue operation (default)
561
5621: panic immediately. The IO error triggered an NMI. This indicates a
563 serious system condition which could result in IO data corruption.
564 Rather than continuing, panicking might be a better choice. Some
565 servers issue this sort of NMI when the dump button is pushed,
566 and you can use this option to take a crash dump.
567
568==============================================================
569
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570panic_on_oops:
571
572Controls the kernel's behaviour when an oops or BUG is encountered.
573
5740: try to continue operation
575
Matt LaPlantea982ac02007-05-09 07:35:06 +02005761: panic immediately. If the `panic' sysctl is also non-zero then the
Maxime Bizon8b23d04d2006-08-05 12:14:32 -0700577 machine will be rebooted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578
579==============================================================
580
Mitsuo Hayasaka55af7792011-11-29 15:08:36 +0900581panic_on_stackoverflow:
582
583Controls the kernel's behavior when detecting the overflows of
584kernel, IRQ and exception stacks except a user stack.
585This file shows up if CONFIG_DEBUG_STACKOVERFLOW is enabled.
586
5870: try to continue operation.
588
5891: panic immediately.
590
591==============================================================
592
Prarit Bhargava9e3961a2014-12-10 15:45:50 -0800593panic_on_unrecovered_nmi:
594
595The default Linux behaviour on an NMI of either memory or unknown is
596to continue operation. For many environments such as scientific
597computing it is preferable that the box is taken out and the error
598dealt with than an uncorrected parity/ECC error get propagated.
599
600A small number of systems do generate NMI's for bizarre random reasons
601such as power management so the default is off. That sysctl works like
602the existing panic controls already in that directory.
603
604==============================================================
605
606panic_on_warn:
607
608Calls panic() in the WARN() path when set to 1. This is useful to avoid
609a kernel rebuild when attempting to kdump at the location of a WARN().
610
6110: only WARN(), default behaviour.
612
6131: call panic() after printing out WARN() location.
614
615==============================================================
616
Dave Hansen14c63f12013-06-21 08:51:36 -0700617perf_cpu_time_max_percent:
618
619Hints to the kernel how much CPU time it should be allowed to
620use to handle perf sampling events. If the perf subsystem
621is informed that its samples are exceeding this limit, it
622will drop its sampling frequency to attempt to reduce its CPU
623usage.
624
625Some perf sampling happens in NMIs. If these samples
626unexpectedly take too long to execute, the NMIs can become
627stacked up next to each other so much that nothing else is
628allowed to execute.
629
6300: disable the mechanism. Do not monitor or correct perf's
631 sampling rate no matter how CPU time it takes.
632
6331-100: attempt to throttle perf's sample rate to this
634 percentage of CPU. Note: the kernel calculates an
635 "expected" length of each sample event. 100 here means
636 100% of that expected length. Even if this is set to
637 100, you may still see sample throttling if this
638 length is exceeded. Set to 0 if you truly do not care
639 how much CPU is consumed.
640
641==============================================================
642
Mitsuo Hayasaka55af7792011-11-29 15:08:36 +0900643
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644pid_max:
645
Robert P. J. Daybeb7dd82007-05-09 07:14:03 +0200646PID allocation wrap value. When the kernel's next PID value
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647reaches this value, it wraps back to a minimum PID value.
648PIDs of value pid_max or larger are not allocated.
649
650==============================================================
651
Pavel Emelyanovb8f566b2012-01-12 17:20:27 -0800652ns_last_pid:
653
654The last pid allocated in the current (the one task using this sysctl
655lives in) pid namespace. When selecting a pid for a next task on fork
656kernel tries to allocate a number starting from this one.
657
658==============================================================
659
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660powersave-nap: (PPC only)
661
662If set, Linux-PPC will use the 'nap' mode of powersaving,
663otherwise the 'doze' mode will be used.
664
665==============================================================
666
667printk:
668
669The four values in printk denote: console_loglevel,
670default_message_loglevel, minimum_console_loglevel and
671default_console_loglevel respectively.
672
673These values influence printk() behavior when printing or
674logging error messages. See 'man 2 syslog' for more info on
675the different loglevels.
676
677- console_loglevel: messages with a higher priority than
678 this will be printed to the console
Paul Bolle87889e12011-02-06 21:00:41 +0100679- default_message_loglevel: messages without an explicit priority
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 will be printed with this priority
681- minimum_console_loglevel: minimum (highest) value to which
682 console_loglevel can be set
683- default_console_loglevel: default value for console_loglevel
684
685==============================================================
686
Borislav Petkov807094c2011-07-23 10:39:29 -0700687printk_delay:
688
689Delay each printk message in printk_delay milliseconds
690
691Value from 0 - 10000 is allowed.
692
693==============================================================
694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695printk_ratelimit:
696
697Some warning messages are rate limited. printk_ratelimit specifies
698the minimum length of time between these messages (in jiffies), by
699default we allow one every 5 seconds.
700
701A value of 0 will disable rate limiting.
702
703==============================================================
704
705printk_ratelimit_burst:
706
707While long term we enforce one message per printk_ratelimit
708seconds, we do allow a burst of messages to pass through.
709printk_ratelimit_burst specifies the number of messages we can
710send before ratelimiting kicks in.
711
712==============================================================
713
Borislav Petkov807094c2011-07-23 10:39:29 -0700714randomize_va_space:
Jiri Kosina1ec7fd52008-02-09 23:24:08 +0100715
716This option can be used to select the type of process address
717space randomization that is used in the system, for architectures
718that support this feature.
719
Horst Schirmeierb7f5ab62009-07-03 14:20:17 +02007200 - Turn the process address space randomization off. This is the
721 default for architectures that do not support this feature anyways,
722 and kernels that are booted with the "norandmaps" parameter.
Jiri Kosina1ec7fd52008-02-09 23:24:08 +0100723
7241 - Make the addresses of mmap base, stack and VDSO page randomized.
725 This, among other things, implies that shared libraries will be
Horst Schirmeierb7f5ab62009-07-03 14:20:17 +0200726 loaded to random addresses. Also for PIE-linked binaries, the
727 location of code start is randomized. This is the default if the
728 CONFIG_COMPAT_BRK option is enabled.
Jiri Kosina1ec7fd52008-02-09 23:24:08 +0100729
Horst Schirmeierb7f5ab62009-07-03 14:20:17 +02007302 - Additionally enable heap randomization. This is the default if
731 CONFIG_COMPAT_BRK is disabled.
732
733 There are a few legacy applications out there (such as some ancient
Jiri Kosina1ec7fd52008-02-09 23:24:08 +0100734 versions of libc.so.5 from 1996) that assume that brk area starts
Horst Schirmeierb7f5ab62009-07-03 14:20:17 +0200735 just after the end of the code+bss. These applications break when
736 start of the brk area is randomized. There are however no known
Jiri Kosina1ec7fd52008-02-09 23:24:08 +0100737 non-legacy applications that would be broken this way, so for most
Horst Schirmeierb7f5ab62009-07-03 14:20:17 +0200738 systems it is safe to choose full randomization.
739
740 Systems with ancient and/or broken binaries should be configured
741 with CONFIG_COMPAT_BRK enabled, which excludes the heap from process
742 address space randomization.
Jiri Kosina1ec7fd52008-02-09 23:24:08 +0100743
744==============================================================
745
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746reboot-cmd: (Sparc only)
747
748??? This seems to be a way to give an argument to the Sparc
749ROM/Flash boot loader. Maybe to tell it what to do after
750rebooting. ???
751
752==============================================================
753
754rtsig-max & rtsig-nr:
755
756The file rtsig-max can be used to tune the maximum number
757of POSIX realtime (queued) signals that can be outstanding
758in the system.
759
760rtsig-nr shows the number of RT signals currently queued.
761
762==============================================================
763
764sg-big-buff:
765
766This file shows the size of the generic SCSI (sg) buffer.
767You can't tune it just yet, but you could change it on
768compile time by editing include/scsi/sg.h and changing
769the value of SG_BIG_BUFF.
770
771There shouldn't be any reason to change this value. If
772you can come up with one, you probably know what you
773are doing anyway :)
774
775==============================================================
776
Carlos Alberto Lopez Perez358e4192013-01-04 15:35:05 -0800777shmall:
778
779This parameter sets the total amount of shared memory pages that
780can be used system wide. Hence, SHMALL should always be at least
781ceil(shmmax/PAGE_SIZE).
782
783If you are not sure what the default PAGE_SIZE is on your Linux
784system, you can run the following command:
785
786# getconf PAGE_SIZE
787
788==============================================================
789
Borislav Petkov807094c2011-07-23 10:39:29 -0700790shmmax:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
792This value can be used to query and set the run time limit
793on the maximum shared memory segment size that can be created.
Borislav Petkov807094c2011-07-23 10:39:29 -0700794Shared memory segments up to 1Gb are now supported in the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795kernel. This value defaults to SHMMAX.
796
797==============================================================
798
Vasiliy Kulikovb34a6b12011-07-26 16:08:48 -0700799shm_rmid_forced:
800
801Linux lets you set resource limits, including how much memory one
802process can consume, via setrlimit(2). Unfortunately, shared memory
803segments are allowed to exist without association with any process, and
804thus might not be counted against any resource limits. If enabled,
805shared memory segments are automatically destroyed when their attach
806count becomes zero after a detach or a process termination. It will
807also destroy segments that were created, but never attached to, on exit
808from the process. The only use left for IPC_RMID is to immediately
809destroy an unattached segment. Of course, this breaks the way things are
810defined, so some applications might stop working. Note that this
811feature will do you no good unless you also configure your resource
812limits (in particular, RLIMIT_AS and RLIMIT_NPROC). Most systems don't
813need this.
814
815Note that if you change this from 0 to 1, already created segments
816without users and with a dead originative process will be destroyed.
817
818==============================================================
819
Kees Cookf4aacea2014-06-06 14:37:19 -0700820sysctl_writes_strict:
821
822Control how file position affects the behavior of updating sysctl values
823via the /proc/sys interface:
824
825 -1 - Legacy per-write sysctl value handling, with no printk warnings.
826 Each write syscall must fully contain the sysctl value to be
827 written, and multiple writes on the same sysctl file descriptor
828 will rewrite the sysctl value, regardless of file position.
Kees Cook41662f52016-01-20 15:00:45 -0800829 0 - Same behavior as above, but warn about processes that perform writes
830 to a sysctl file descriptor when the file position is not 0.
831 1 - (default) Respect file position when writing sysctl strings. Multiple
832 writes will append to the sysctl value buffer. Anything past the max
833 length of the sysctl value buffer will be ignored. Writes to numeric
834 sysctl entries must always be at file position 0 and the value must
835 be fully contained in the buffer sent in the write syscall.
Kees Cookf4aacea2014-06-06 14:37:19 -0700836
837==============================================================
838
Aaron Tomlined235872014-06-23 13:22:05 -0700839softlockup_all_cpu_backtrace:
840
841This value controls the soft lockup detector thread's behavior
842when a soft lockup condition is detected as to whether or not
843to gather further debug information. If enabled, each cpu will
844be issued an NMI and instructed to capture stack trace.
845
846This feature is only applicable for architectures which support
847NMI.
848
8490: do nothing. This is the default behavior.
850
8511: on detection capture more debug information.
852
853==============================================================
854
Ulrich Obergfell195daf62015-04-14 15:44:13 -0700855soft_watchdog
856
857This parameter can be used to control the soft lockup detector.
858
859 0 - disable the soft lockup detector
860 1 - enable the soft lockup detector
861
862The soft lockup detector monitors CPUs for threads that are hogging the CPUs
863without rescheduling voluntarily, and thus prevent the 'watchdog/N' threads
864from running. The mechanism depends on the CPUs ability to respond to timer
865interrupts which are needed for the 'watchdog/N' threads to be woken up by
866the watchdog timer function, otherwise the NMI watchdog - if enabled - can
867detect a hard lockup condition.
868
869==============================================================
870
Borislav Petkov807094c2011-07-23 10:39:29 -0700871tainted:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872
873Non-zero if the kernel has been tainted. Numeric values, which
874can be ORed together:
875
Greg Kroah-Hartmanbb206982008-10-17 15:01:07 -0700876 1 - A module with a non-GPL license has been loaded, this
877 includes modules with no license.
878 Set by modutils >= 2.4.9 and module-init-tools.
879 2 - A module was force loaded by insmod -f.
880 Set by modutils >= 2.4.9 and module-init-tools.
881 4 - Unsafe SMP processors: SMP with CPUs not designed for SMP.
882 8 - A module was forcibly unloaded from the system by rmmod -f.
883 16 - A hardware machine check error occurred on the system.
884 32 - A bad page was discovered on the system.
885 64 - The user has asked that the system be marked "tainted". This
886 could be because they are running software that directly modifies
887 the hardware, or for other reasons.
888 128 - The system has died.
889 256 - The ACPI DSDT has been overridden with one supplied by the user
890 instead of using the one provided by the hardware.
891 512 - A kernel warning has occurred.
8921024 - A module from drivers/staging was loaded.
Larry Fingerf5fe1842012-02-06 09:49:50 -08008932048 - The system is working around a severe firmware bug.
8944096 - An out-of-tree module has been loaded.
Mathieu Desnoyers66cc69e2014-03-13 12:11:30 +10308958192 - An unsigned module has been loaded in a kernel supporting module
896 signature.
Josh Hunt69361ee2014-08-08 14:22:31 -070089716384 - A soft lockup has previously occurred on the system.
Seth Jenningsc5f45462014-12-16 11:58:18 -060089832768 - The kernel has been live patched.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
Shen Feng760df932009-04-02 16:57:20 -0700900==============================================================
901
Heinrich Schuchardt0ec62af2015-04-16 12:47:53 -0700902threads-max
903
904This value controls the maximum number of threads that can be created
905using fork().
906
907During initialization the kernel sets this value such that even if the
908maximum number of threads is created, the thread structures occupy only
909a part (1/8th) of the available RAM pages.
910
911The minimum value that can be written to threads-max is 20.
912The maximum value that can be written to threads-max is given by the
913constant FUTEX_TID_MASK (0x3fffffff).
914If a value outside of this range is written to threads-max an error
915EINVAL occurs.
916
917The value written is checked against the available RAM pages. If the
918thread structures would occupy too much (more than 1/8th) of the
919available RAM pages threads-max is reduced accordingly.
920
921==============================================================
922
Shen Feng760df932009-04-02 16:57:20 -0700923unknown_nmi_panic:
924
Borislav Petkov807094c2011-07-23 10:39:29 -0700925The value in this file affects behavior of handling NMI. When the
926value is non-zero, unknown NMI is trapped and then panic occurs. At
927that time, kernel debugging information is displayed on console.
Shen Feng760df932009-04-02 16:57:20 -0700928
Borislav Petkov807094c2011-07-23 10:39:29 -0700929NMI switch that most IA32 servers have fires unknown NMI up, for
930example. If a system hangs up, try pressing the NMI switch.
Li Zefan08825c92013-05-17 10:31:20 +0800931
932==============================================================
933
Ulrich Obergfell195daf62015-04-14 15:44:13 -0700934watchdog:
935
936This parameter can be used to disable or enable the soft lockup detector
937_and_ the NMI watchdog (i.e. the hard lockup detector) at the same time.
938
939 0 - disable both lockup detectors
940 1 - enable both lockup detectors
941
942The soft lockup detector and the NMI watchdog can also be disabled or
943enabled individually, using the soft_watchdog and nmi_watchdog parameters.
944If the watchdog parameter is read, for example by executing
945
946 cat /proc/sys/kernel/watchdog
947
948the output of this command (0 or 1) shows the logical OR of soft_watchdog
949and nmi_watchdog.
950
951==============================================================
952
Chris Metcalffe4ba3c2015-06-24 16:55:45 -0700953watchdog_cpumask:
954
955This value can be used to control on which cpus the watchdog may run.
956The default cpumask is all possible cores, but if NO_HZ_FULL is
957enabled in the kernel config, and cores are specified with the
958nohz_full= boot argument, those cores are excluded by default.
959Offline cores can be included in this mask, and if the core is later
960brought online, the watchdog will be started based on the mask value.
961
962Typically this value would only be touched in the nohz_full case
963to re-enable cores that by default were not running the watchdog,
964if a kernel lockup was suspected on those cores.
965
966The argument value is the standard cpulist format for cpumasks,
967so for example to enable the watchdog on cores 0, 2, 3, and 4 you
968might say:
969
970 echo 0,2-4 > /proc/sys/kernel/watchdog_cpumask
971
972==============================================================
973
Li Zefan08825c92013-05-17 10:31:20 +0800974watchdog_thresh:
975
976This value can be used to control the frequency of hrtimer and NMI
977events and the soft and hard lockup thresholds. The default threshold
978is 10 seconds.
979
980The softlockup threshold is (2 * watchdog_thresh). Setting this
981tunable to zero will disable lockup detection altogether.
982
983==============================================================