kernel.txt 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  1. Documentation for /proc/sys/kernel/* kernel version 2.2.10
  2. (c) 1998, 1999, Rik van Riel <[email protected]>
  3. (c) 2009, Shen Feng<[email protected]>
  4. For general info and legal blurb, please look in README.
  5. ==============================================================
  6. This file contains documentation for the sysctl files in
  7. /proc/sys/kernel/ and is valid for Linux kernel version 2.2.
  8. The files in this directory can be used to tune and monitor
  9. miscellaneous and general things in the operation of the Linux
  10. kernel. Since some of the files _can_ be used to screw up your
  11. system, it is advisable to read both documentation and source
  12. before actually making adjustments.
  13. Currently, these files might (depending on your configuration)
  14. show up in /proc/sys/kernel:
  15. - acct
  16. - acpi_video_flags
  17. - auto_msgmni
  18. - bootloader_type [ X86 only ]
  19. - bootloader_version [ X86 only ]
  20. - boot_reason [ ARM and ARM64 only ]
  21. - callhome [ S390 only ]
  22. - cap_last_cap
  23. - cold_boot [ ARM and ARM64 only ]
  24. - core_pattern
  25. - core_pipe_limit
  26. - core_uses_pid
  27. - ctrl-alt-del
  28. - dmesg_restrict
  29. - domainname
  30. - hostname
  31. - hotplug
  32. - hardlockup_all_cpu_backtrace
  33. - hung_task_panic
  34. - hung_task_check_count
  35. - hung_task_timeout_secs
  36. - hung_task_warnings
  37. - kexec_load_disabled
  38. - kptr_restrict
  39. - kstack_depth_to_print [ X86 only ]
  40. - l2cr [ PPC only ]
  41. - modprobe ==> Documentation/debugging-modules.txt
  42. - modules_disabled
  43. - msg_next_id [ sysv ipc ]
  44. - msgmax
  45. - msgmnb
  46. - msgmni
  47. - nmi_watchdog
  48. - osrelease
  49. - ostype
  50. - overflowgid
  51. - overflowuid
  52. - panic
  53. - panic_on_oops
  54. - panic_on_stackoverflow
  55. - panic_on_unrecovered_nmi
  56. - panic_on_warn
  57. - panic_on_rcu_stall
  58. - perf_cpu_time_max_percent
  59. - perf_event_paranoid
  60. - perf_event_max_stack
  61. - perf_event_max_contexts_per_stack
  62. - pid_max
  63. - powersave-nap [ PPC only ]
  64. - printk
  65. - printk_delay
  66. - printk_ratelimit
  67. - printk_ratelimit_burst
  68. - pty ==> Documentation/filesystems/devpts.txt
  69. - randomize_va_space
  70. - real-root-dev ==> Documentation/initrd.txt
  71. - reboot-cmd [ SPARC only ]
  72. - rtsig-max
  73. - rtsig-nr
  74. - sem
  75. - sem_next_id [ sysv ipc ]
  76. - sg-big-buff [ generic SCSI device (sg) ]
  77. - shm_next_id [ sysv ipc ]
  78. - shm_rmid_forced
  79. - shmall
  80. - shmmax [ sysv ipc ]
  81. - shmmni
  82. - softlockup_all_cpu_backtrace
  83. - soft_watchdog
  84. - stop-a [ SPARC only ]
  85. - sysrq ==> Documentation/sysrq.txt
  86. - sysctl_writes_strict
  87. - tainted
  88. - threads-max
  89. - unknown_nmi_panic
  90. - watchdog
  91. - watchdog_thresh
  92. - version
  93. ==============================================================
  94. acct:
  95. highwater lowwater frequency
  96. If BSD-style process accounting is enabled these values control
  97. its behaviour. If free space on filesystem where the log lives
  98. goes below <lowwater>% accounting suspends. If free space gets
  99. above <highwater>% accounting resumes. <Frequency> determines
  100. how often do we check the amount of free space (value is in
  101. seconds). Default:
  102. 4 2 30
  103. That is, suspend accounting if there left <= 2% free; resume it
  104. if we got >=4%; consider information about amount of free space
  105. valid for 30 seconds.
  106. ==============================================================
  107. acpi_video_flags:
  108. flags
  109. See Doc*/kernel/power/video.txt, it allows mode of video boot to be
  110. set during run time.
  111. ==============================================================
  112. auto_msgmni:
  113. This variable has no effect and may be removed in future kernel
  114. releases. Reading it always returns 0.
  115. Up to Linux 3.17, it enabled/disabled automatic recomputing of msgmni
  116. upon memory add/remove or upon ipc namespace creation/removal.
  117. Echoing "1" into this file enabled msgmni automatic recomputing.
  118. Echoing "0" turned it off. auto_msgmni default value was 1.
  119. ==============================================================
  120. bootloader_type:
  121. x86 bootloader identification
  122. This gives the bootloader type number as indicated by the bootloader,
  123. shifted left by 4, and OR'd with the low four bits of the bootloader
  124. version. The reason for this encoding is that this used to match the
  125. type_of_loader field in the kernel header; the encoding is kept for
  126. backwards compatibility. That is, if the full bootloader type number
  127. is 0x15 and the full version number is 0x234, this file will contain
  128. the value 340 = 0x154.
  129. See the type_of_loader and ext_loader_type fields in
  130. Documentation/x86/boot.txt for additional information.
  131. ==============================================================
  132. bootloader_version:
  133. x86 bootloader version
  134. The complete bootloader version number. In the example above, this
  135. file will contain the value 564 = 0x234.
  136. See the type_of_loader and ext_loader_ver fields in
  137. Documentation/x86/boot.txt for additional information.
  138. ==============================================================
  139. boot_reason:
  140. ARM and ARM64 -- reason for device boot
  141. A single bit will be set in the unsigned integer value to identify the
  142. reason the device was booted / powered on. The value will be zero if this
  143. feature is not supported on the ARM device being booted.
  144. See the power-on-status field definitions in
  145. Documentation/arm/msm/boot.txt for Qualcomm's family of devices.
  146. ==============================================================
  147. callhome:
  148. Controls the kernel's callhome behavior in case of a kernel panic.
  149. The s390 hardware allows an operating system to send a notification
  150. to a service organization (callhome) in case of an operating system panic.
  151. When the value in this file is 0 (which is the default behavior)
  152. nothing happens in case of a kernel panic. If this value is set to "1"
  153. the complete kernel oops message is send to the IBM customer service
  154. organization in case the mainframe the Linux operating system is running
  155. on has a service contract with IBM.
  156. ==============================================================
  157. cap_last_cap
  158. Highest valid capability of the running kernel. Exports
  159. CAP_LAST_CAP from the kernel.
  160. ===============================================================
  161. cold_boot
  162. ARM and ARM64 -- indicator for system cold boot
  163. A single bit will be set in the unsigned integer value to identify
  164. whether the device was booted from a cold or warm state. Zero
  165. indicating a warm boot and one indicating a cold boot.
  166. ==============================================================
  167. core_pattern:
  168. core_pattern is used to specify a core dumpfile pattern name.
  169. . max length 128 characters; default value is "core"
  170. . core_pattern is used as a pattern template for the output filename;
  171. certain string patterns (beginning with '%') are substituted with
  172. their actual values.
  173. . backward compatibility with core_uses_pid:
  174. If core_pattern does not include "%p" (default does not)
  175. and core_uses_pid is set, then .PID will be appended to
  176. the filename.
  177. . corename format specifiers:
  178. %<NUL> '%' is dropped
  179. %% output one '%'
  180. %p pid
  181. %P global pid (init PID namespace)
  182. %i tid
  183. %I global tid (init PID namespace)
  184. %u uid (in initial user namespace)
  185. %g gid (in initial user namespace)
  186. %d dump mode, matches PR_SET_DUMPABLE and
  187. /proc/sys/fs/suid_dumpable
  188. %s signal number
  189. %t UNIX time of dump
  190. %h hostname
  191. %e executable filename (may be shortened)
  192. %E executable path
  193. %<OTHER> both are dropped
  194. . If the first character of the pattern is a '|', the kernel will treat
  195. the rest of the pattern as a command to run. The core dump will be
  196. written to the standard input of that program instead of to a file.
  197. ==============================================================
  198. core_pipe_limit:
  199. This sysctl is only applicable when core_pattern is configured to pipe
  200. core files to a user space helper (when the first character of
  201. core_pattern is a '|', see above). When collecting cores via a pipe
  202. to an application, it is occasionally useful for the collecting
  203. application to gather data about the crashing process from its
  204. /proc/pid directory. In order to do this safely, the kernel must wait
  205. for the collecting process to exit, so as not to remove the crashing
  206. processes proc files prematurely. This in turn creates the
  207. possibility that a misbehaving userspace collecting process can block
  208. the reaping of a crashed process simply by never exiting. This sysctl
  209. defends against that. It defines how many concurrent crashing
  210. processes may be piped to user space applications in parallel. If
  211. this value is exceeded, then those crashing processes above that value
  212. are noted via the kernel log and their cores are skipped. 0 is a
  213. special value, indicating that unlimited processes may be captured in
  214. parallel, but that no waiting will take place (i.e. the collecting
  215. process is not guaranteed access to /proc/<crashing pid>/). This
  216. value defaults to 0.
  217. ==============================================================
  218. core_uses_pid:
  219. The default coredump filename is "core". By setting
  220. core_uses_pid to 1, the coredump filename becomes core.PID.
  221. If core_pattern does not include "%p" (default does not)
  222. and core_uses_pid is set, then .PID will be appended to
  223. the filename.
  224. ==============================================================
  225. ctrl-alt-del:
  226. When the value in this file is 0, ctrl-alt-del is trapped and
  227. sent to the init(1) program to handle a graceful restart.
  228. When, however, the value is > 0, Linux's reaction to a Vulcan
  229. Nerve Pinch (tm) will be an immediate reboot, without even
  230. syncing its dirty buffers.
  231. Note: when a program (like dosemu) has the keyboard in 'raw'
  232. mode, the ctrl-alt-del is intercepted by the program before it
  233. ever reaches the kernel tty layer, and it's up to the program
  234. to decide what to do with it.
  235. ==============================================================
  236. dmesg_restrict:
  237. This toggle indicates whether unprivileged users are prevented
  238. from using dmesg(8) to view messages from the kernel's log buffer.
  239. When dmesg_restrict is set to (0) there are no restrictions. When
  240. dmesg_restrict is set set to (1), users must have CAP_SYSLOG to use
  241. dmesg(8).
  242. The kernel config option CONFIG_SECURITY_DMESG_RESTRICT sets the
  243. default value of dmesg_restrict.
  244. ==============================================================
  245. domainname & hostname:
  246. These files can be used to set the NIS/YP domainname and the
  247. hostname of your box in exactly the same way as the commands
  248. domainname and hostname, i.e.:
  249. # echo "darkstar" > /proc/sys/kernel/hostname
  250. # echo "mydomain" > /proc/sys/kernel/domainname
  251. has the same effect as
  252. # hostname "darkstar"
  253. # domainname "mydomain"
  254. Note, however, that the classic darkstar.frop.org has the
  255. hostname "darkstar" and DNS (Internet Domain Name Server)
  256. domainname "frop.org", not to be confused with the NIS (Network
  257. Information Service) or YP (Yellow Pages) domainname. These two
  258. domain names are in general different. For a detailed discussion
  259. see the hostname(1) man page.
  260. ==============================================================
  261. hardlockup_all_cpu_backtrace:
  262. This value controls the hard lockup detector behavior when a hard
  263. lockup condition is detected as to whether or not to gather further
  264. debug information. If enabled, arch-specific all-CPU stack dumping
  265. will be initiated.
  266. 0: do nothing. This is the default behavior.
  267. 1: on detection capture more debug information.
  268. ==============================================================
  269. hotplug:
  270. Path for the hotplug policy agent.
  271. Default value is "/sbin/hotplug".
  272. ==============================================================
  273. hung_task_panic:
  274. Controls the kernel's behavior when a hung task is detected.
  275. This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
  276. 0: continue operation. This is the default behavior.
  277. 1: panic immediately.
  278. ==============================================================
  279. hung_task_check_count:
  280. The upper bound on the number of tasks that are checked.
  281. This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
  282. ==============================================================
  283. hung_task_timeout_secs:
  284. Check interval. When a task in D state did not get scheduled
  285. for more than this value report a warning.
  286. This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
  287. 0: means infinite timeout - no checking done.
  288. Possible values to set are in range {0..LONG_MAX/HZ}.
  289. ==============================================================
  290. hung_task_warnings:
  291. The maximum number of warnings to report. During a check interval
  292. if a hung task is detected, this value is decreased by 1.
  293. When this value reaches 0, no more warnings will be reported.
  294. This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
  295. -1: report an infinite number of warnings.
  296. ==============================================================
  297. kexec_load_disabled:
  298. A toggle indicating if the kexec_load syscall has been disabled. This
  299. value defaults to 0 (false: kexec_load enabled), but can be set to 1
  300. (true: kexec_load disabled). Once true, kexec can no longer be used, and
  301. the toggle cannot be set back to false. This allows a kexec image to be
  302. loaded before disabling the syscall, allowing a system to set up (and
  303. later use) an image without it being altered. Generally used together
  304. with the "modules_disabled" sysctl.
  305. ==============================================================
  306. kptr_restrict:
  307. This toggle indicates whether restrictions are placed on
  308. exposing kernel addresses via /proc and other interfaces.
  309. When kptr_restrict is set to (0), the default, there are no restrictions.
  310. When kptr_restrict is set to (1), kernel pointers printed using the %pK
  311. format specifier will be replaced with 0's unless the user has CAP_SYSLOG
  312. and effective user and group ids are equal to the real ids. This is
  313. because %pK checks are done at read() time rather than open() time, so
  314. if permissions are elevated between the open() and the read() (e.g via
  315. a setuid binary) then %pK will not leak kernel pointers to unprivileged
  316. users. Note, this is a temporary solution only. The correct long-term
  317. solution is to do the permission checks at open() time. Consider removing
  318. world read permissions from files that use %pK, and using dmesg_restrict
  319. to protect against uses of %pK in dmesg(8) if leaking kernel pointer
  320. values to unprivileged users is a concern.
  321. When kptr_restrict is set to (2), kernel pointers printed using
  322. %pK will be replaced with 0's regardless of privileges.
  323. ==============================================================
  324. kstack_depth_to_print: (X86 only)
  325. Controls the number of words to print when dumping the raw
  326. kernel stack.
  327. ==============================================================
  328. l2cr: (PPC only)
  329. This flag controls the L2 cache of G3 processor boards. If
  330. 0, the cache is disabled. Enabled if nonzero.
  331. ==============================================================
  332. modules_disabled:
  333. A toggle value indicating if modules are allowed to be loaded
  334. in an otherwise modular kernel. This toggle defaults to off
  335. (0), but can be set true (1). Once true, modules can be
  336. neither loaded nor unloaded, and the toggle cannot be set back
  337. to false. Generally used with the "kexec_load_disabled" toggle.
  338. ==============================================================
  339. msg_next_id, sem_next_id, and shm_next_id:
  340. These three toggles allows to specify desired id for next allocated IPC
  341. object: message, semaphore or shared memory respectively.
  342. By default they are equal to -1, which means generic allocation logic.
  343. Possible values to set are in range {0..INT_MAX}.
  344. Notes:
  345. 1) kernel doesn't guarantee, that new object will have desired id. So,
  346. it's up to userspace, how to handle an object with "wrong" id.
  347. 2) Toggle with non-default value will be set back to -1 by kernel after
  348. successful IPC object allocation.
  349. ==============================================================
  350. nmi_watchdog:
  351. This parameter can be used to control the NMI watchdog
  352. (i.e. the hard lockup detector) on x86 systems.
  353. 0 - disable the hard lockup detector
  354. 1 - enable the hard lockup detector
  355. The hard lockup detector monitors each CPU for its ability to respond to
  356. timer interrupts. The mechanism utilizes CPU performance counter registers
  357. that are programmed to generate Non-Maskable Interrupts (NMIs) periodically
  358. while a CPU is busy. Hence, the alternative name 'NMI watchdog'.
  359. The NMI watchdog is disabled by default if the kernel is running as a guest
  360. in a KVM virtual machine. This default can be overridden by adding
  361. nmi_watchdog=1
  362. to the guest kernel command line (see Documentation/kernel-parameters.txt).
  363. ==============================================================
  364. numa_balancing
  365. Enables/disables automatic page fault based NUMA memory
  366. balancing. Memory is moved automatically to nodes
  367. that access it often.
  368. Enables/disables automatic NUMA memory balancing. On NUMA machines, there
  369. is a performance penalty if remote memory is accessed by a CPU. When this
  370. feature is enabled the kernel samples what task thread is accessing memory
  371. by periodically unmapping pages and later trapping a page fault. At the
  372. time of the page fault, it is determined if the data being accessed should
  373. be migrated to a local memory node.
  374. The unmapping of pages and trapping faults incur additional overhead that
  375. ideally is offset by improved memory locality but there is no universal
  376. guarantee. If the target workload is already bound to NUMA nodes then this
  377. feature should be disabled. Otherwise, if the system overhead from the
  378. feature is too high then the rate the kernel samples for NUMA hinting
  379. faults may be controlled by the numa_balancing_scan_period_min_ms,
  380. numa_balancing_scan_delay_ms, numa_balancing_scan_period_max_ms,
  381. numa_balancing_scan_size_mb, and numa_balancing_settle_count sysctls.
  382. ==============================================================
  383. numa_balancing_scan_period_min_ms, numa_balancing_scan_delay_ms,
  384. numa_balancing_scan_period_max_ms, numa_balancing_scan_size_mb
  385. Automatic NUMA balancing scans tasks address space and unmaps pages to
  386. detect if pages are properly placed or if the data should be migrated to a
  387. memory node local to where the task is running. Every "scan delay" the task
  388. scans the next "scan size" number of pages in its address space. When the
  389. end of the address space is reached the scanner restarts from the beginning.
  390. In combination, the "scan delay" and "scan size" determine the scan rate.
  391. When "scan delay" decreases, the scan rate increases. The scan delay and
  392. hence the scan rate of every task is adaptive and depends on historical
  393. behaviour. If pages are properly placed then the scan delay increases,
  394. otherwise the scan delay decreases. The "scan size" is not adaptive but
  395. the higher the "scan size", the higher the scan rate.
  396. Higher scan rates incur higher system overhead as page faults must be
  397. trapped and potentially data must be migrated. However, the higher the scan
  398. rate, the more quickly a tasks memory is migrated to a local node if the
  399. workload pattern changes and minimises performance impact due to remote
  400. memory accesses. These sysctls control the thresholds for scan delays and
  401. the number of pages scanned.
  402. numa_balancing_scan_period_min_ms is the minimum time in milliseconds to
  403. scan a tasks virtual memory. It effectively controls the maximum scanning
  404. rate for each task.
  405. numa_balancing_scan_delay_ms is the starting "scan delay" used for a task
  406. when it initially forks.
  407. numa_balancing_scan_period_max_ms is the maximum time in milliseconds to
  408. scan a tasks virtual memory. It effectively controls the minimum scanning
  409. rate for each task.
  410. numa_balancing_scan_size_mb is how many megabytes worth of pages are
  411. scanned for a given scan.
  412. ==============================================================
  413. osrelease, ostype & version:
  414. # cat osrelease
  415. 2.1.88
  416. # cat ostype
  417. Linux
  418. # cat version
  419. #5 Wed Feb 25 21:49:24 MET 1998
  420. The files osrelease and ostype should be clear enough. Version
  421. needs a little more clarification however. The '#5' means that
  422. this is the fifth kernel built from this source base and the
  423. date behind it indicates the time the kernel was built.
  424. The only way to tune these values is to rebuild the kernel :-)
  425. ==============================================================
  426. overflowgid & overflowuid:
  427. if your architecture did not always support 32-bit UIDs (i.e. arm,
  428. i386, m68k, sh, and sparc32), a fixed UID and GID will be returned to
  429. applications that use the old 16-bit UID/GID system calls, if the
  430. actual UID or GID would exceed 65535.
  431. These sysctls allow you to change the value of the fixed UID and GID.
  432. The default is 65534.
  433. ==============================================================
  434. panic:
  435. The value in this file represents the number of seconds the kernel
  436. waits before rebooting on a panic. When you use the software watchdog,
  437. the recommended setting is 60.
  438. ==============================================================
  439. panic_on_io_nmi:
  440. Controls the kernel's behavior when a CPU receives an NMI caused by
  441. an IO error.
  442. 0: try to continue operation (default)
  443. 1: panic immediately. The IO error triggered an NMI. This indicates a
  444. serious system condition which could result in IO data corruption.
  445. Rather than continuing, panicking might be a better choice. Some
  446. servers issue this sort of NMI when the dump button is pushed,
  447. and you can use this option to take a crash dump.
  448. ==============================================================
  449. panic_on_oops:
  450. Controls the kernel's behaviour when an oops or BUG is encountered.
  451. 0: try to continue operation
  452. 1: panic immediately. If the `panic' sysctl is also non-zero then the
  453. machine will be rebooted.
  454. ==============================================================
  455. panic_on_stackoverflow:
  456. Controls the kernel's behavior when detecting the overflows of
  457. kernel, IRQ and exception stacks except a user stack.
  458. This file shows up if CONFIG_DEBUG_STACKOVERFLOW is enabled.
  459. 0: try to continue operation.
  460. 1: panic immediately.
  461. ==============================================================
  462. panic_on_unrecovered_nmi:
  463. The default Linux behaviour on an NMI of either memory or unknown is
  464. to continue operation. For many environments such as scientific
  465. computing it is preferable that the box is taken out and the error
  466. dealt with than an uncorrected parity/ECC error get propagated.
  467. A small number of systems do generate NMI's for bizarre random reasons
  468. such as power management so the default is off. That sysctl works like
  469. the existing panic controls already in that directory.
  470. ==============================================================
  471. panic_on_warn:
  472. Calls panic() in the WARN() path when set to 1. This is useful to avoid
  473. a kernel rebuild when attempting to kdump at the location of a WARN().
  474. 0: only WARN(), default behaviour.
  475. 1: call panic() after printing out WARN() location.
  476. ==============================================================
  477. panic_on_rcu_stall:
  478. When set to 1, calls panic() after RCU stall detection messages. This
  479. is useful to define the root cause of RCU stalls using a vmcore.
  480. 0: do not panic() when RCU stall takes place, default behavior.
  481. 1: panic() after printing RCU stall messages.
  482. ==============================================================
  483. perf_cpu_time_max_percent:
  484. Hints to the kernel how much CPU time it should be allowed to
  485. use to handle perf sampling events. If the perf subsystem
  486. is informed that its samples are exceeding this limit, it
  487. will drop its sampling frequency to attempt to reduce its CPU
  488. usage.
  489. Some perf sampling happens in NMIs. If these samples
  490. unexpectedly take too long to execute, the NMIs can become
  491. stacked up next to each other so much that nothing else is
  492. allowed to execute.
  493. 0: disable the mechanism. Do not monitor or correct perf's
  494. sampling rate no matter how CPU time it takes.
  495. 1-100: attempt to throttle perf's sample rate to this
  496. percentage of CPU. Note: the kernel calculates an
  497. "expected" length of each sample event. 100 here means
  498. 100% of that expected length. Even if this is set to
  499. 100, you may still see sample throttling if this
  500. length is exceeded. Set to 0 if you truly do not care
  501. how much CPU is consumed.
  502. ==============================================================
  503. perf_event_paranoid:
  504. Controls use of the performance events system by unprivileged
  505. users (without CAP_SYS_ADMIN). The default value is 3 if
  506. CONFIG_SECURITY_PERF_EVENTS_RESTRICT is set, or 2 otherwise.
  507. -1: Allow use of (almost) all events by all users
  508. >=0: Disallow raw tracepoint access by users without CAP_IOC_LOCK
  509. >=1: Disallow CPU event access by users without CAP_SYS_ADMIN
  510. >=2: Disallow kernel profiling by users without CAP_SYS_ADMIN
  511. >=3: Disallow all event access by users without CAP_SYS_ADMIN
  512. ==============================================================
  513. perf_event_max_stack:
  514. Controls maximum number of stack frames to copy for (attr.sample_type &
  515. PERF_SAMPLE_CALLCHAIN) configured events, for instance, when using
  516. 'perf record -g' or 'perf trace --call-graph fp'.
  517. This can only be done when no events are in use that have callchains
  518. enabled, otherwise writing to this file will return -EBUSY.
  519. The default value is 127.
  520. ==============================================================
  521. perf_event_max_contexts_per_stack:
  522. Controls maximum number of stack frame context entries for
  523. (attr.sample_type & PERF_SAMPLE_CALLCHAIN) configured events, for
  524. instance, when using 'perf record -g' or 'perf trace --call-graph fp'.
  525. This can only be done when no events are in use that have callchains
  526. enabled, otherwise writing to this file will return -EBUSY.
  527. The default value is 8.
  528. ==============================================================
  529. pid_max:
  530. PID allocation wrap value. When the kernel's next PID value
  531. reaches this value, it wraps back to a minimum PID value.
  532. PIDs of value pid_max or larger are not allocated.
  533. ==============================================================
  534. ns_last_pid:
  535. The last pid allocated in the current (the one task using this sysctl
  536. lives in) pid namespace. When selecting a pid for a next task on fork
  537. kernel tries to allocate a number starting from this one.
  538. ==============================================================
  539. powersave-nap: (PPC only)
  540. If set, Linux-PPC will use the 'nap' mode of powersaving,
  541. otherwise the 'doze' mode will be used.
  542. ==============================================================
  543. printk:
  544. The four values in printk denote: console_loglevel,
  545. default_message_loglevel, minimum_console_loglevel and
  546. default_console_loglevel respectively.
  547. These values influence printk() behavior when printing or
  548. logging error messages. See 'man 2 syslog' for more info on
  549. the different loglevels.
  550. - console_loglevel: messages with a higher priority than
  551. this will be printed to the console
  552. - default_message_loglevel: messages without an explicit priority
  553. will be printed with this priority
  554. - minimum_console_loglevel: minimum (highest) value to which
  555. console_loglevel can be set
  556. - default_console_loglevel: default value for console_loglevel
  557. ==============================================================
  558. printk_delay:
  559. Delay each printk message in printk_delay milliseconds
  560. Value from 0 - 10000 is allowed.
  561. ==============================================================
  562. printk_ratelimit:
  563. Some warning messages are rate limited. printk_ratelimit specifies
  564. the minimum length of time between these messages (in jiffies), by
  565. default we allow one every 5 seconds.
  566. A value of 0 will disable rate limiting.
  567. ==============================================================
  568. printk_ratelimit_burst:
  569. While long term we enforce one message per printk_ratelimit
  570. seconds, we do allow a burst of messages to pass through.
  571. printk_ratelimit_burst specifies the number of messages we can
  572. send before ratelimiting kicks in.
  573. ==============================================================
  574. printk_devkmsg:
  575. Control the logging to /dev/kmsg from userspace:
  576. ratelimit: default, ratelimited
  577. on: unlimited logging to /dev/kmsg from userspace
  578. off: logging to /dev/kmsg disabled
  579. The kernel command line parameter printk.devkmsg= overrides this and is
  580. a one-time setting until next reboot: once set, it cannot be changed by
  581. this sysctl interface anymore.
  582. ==============================================================
  583. randomize_va_space:
  584. This option can be used to select the type of process address
  585. space randomization that is used in the system, for architectures
  586. that support this feature.
  587. 0 - Turn the process address space randomization off. This is the
  588. default for architectures that do not support this feature anyways,
  589. and kernels that are booted with the "norandmaps" parameter.
  590. 1 - Make the addresses of mmap base, stack and VDSO page randomized.
  591. This, among other things, implies that shared libraries will be
  592. loaded to random addresses. Also for PIE-linked binaries, the
  593. location of code start is randomized. This is the default if the
  594. CONFIG_COMPAT_BRK option is enabled.
  595. 2 - Additionally enable heap randomization. This is the default if
  596. CONFIG_COMPAT_BRK is disabled.
  597. There are a few legacy applications out there (such as some ancient
  598. versions of libc.so.5 from 1996) that assume that brk area starts
  599. just after the end of the code+bss. These applications break when
  600. start of the brk area is randomized. There are however no known
  601. non-legacy applications that would be broken this way, so for most
  602. systems it is safe to choose full randomization.
  603. Systems with ancient and/or broken binaries should be configured
  604. with CONFIG_COMPAT_BRK enabled, which excludes the heap from process
  605. address space randomization.
  606. ==============================================================
  607. reboot-cmd: (Sparc only)
  608. ??? This seems to be a way to give an argument to the Sparc
  609. ROM/Flash boot loader. Maybe to tell it what to do after
  610. rebooting. ???
  611. ==============================================================
  612. rtsig-max & rtsig-nr:
  613. The file rtsig-max can be used to tune the maximum number
  614. of POSIX realtime (queued) signals that can be outstanding
  615. in the system.
  616. rtsig-nr shows the number of RT signals currently queued.
  617. ==============================================================
  618. sched_schedstats:
  619. Enables/disables scheduler statistics. Enabling this feature
  620. incurs a small amount of overhead in the scheduler but is
  621. useful for debugging and performance tuning.
  622. ==============================================================
  623. sg-big-buff:
  624. This file shows the size of the generic SCSI (sg) buffer.
  625. You can't tune it just yet, but you could change it on
  626. compile time by editing include/scsi/sg.h and changing
  627. the value of SG_BIG_BUFF.
  628. There shouldn't be any reason to change this value. If
  629. you can come up with one, you probably know what you
  630. are doing anyway :)
  631. ==============================================================
  632. shmall:
  633. This parameter sets the total amount of shared memory pages that
  634. can be used system wide. Hence, SHMALL should always be at least
  635. ceil(shmmax/PAGE_SIZE).
  636. If you are not sure what the default PAGE_SIZE is on your Linux
  637. system, you can run the following command:
  638. # getconf PAGE_SIZE
  639. ==============================================================
  640. shmmax:
  641. This value can be used to query and set the run time limit
  642. on the maximum shared memory segment size that can be created.
  643. Shared memory segments up to 1Gb are now supported in the
  644. kernel. This value defaults to SHMMAX.
  645. ==============================================================
  646. shm_rmid_forced:
  647. Linux lets you set resource limits, including how much memory one
  648. process can consume, via setrlimit(2). Unfortunately, shared memory
  649. segments are allowed to exist without association with any process, and
  650. thus might not be counted against any resource limits. If enabled,
  651. shared memory segments are automatically destroyed when their attach
  652. count becomes zero after a detach or a process termination. It will
  653. also destroy segments that were created, but never attached to, on exit
  654. from the process. The only use left for IPC_RMID is to immediately
  655. destroy an unattached segment. Of course, this breaks the way things are
  656. defined, so some applications might stop working. Note that this
  657. feature will do you no good unless you also configure your resource
  658. limits (in particular, RLIMIT_AS and RLIMIT_NPROC). Most systems don't
  659. need this.
  660. Note that if you change this from 0 to 1, already created segments
  661. without users and with a dead originative process will be destroyed.
  662. ==============================================================
  663. sysctl_writes_strict:
  664. Control how file position affects the behavior of updating sysctl values
  665. via the /proc/sys interface:
  666. -1 - Legacy per-write sysctl value handling, with no printk warnings.
  667. Each write syscall must fully contain the sysctl value to be
  668. written, and multiple writes on the same sysctl file descriptor
  669. will rewrite the sysctl value, regardless of file position.
  670. 0 - Same behavior as above, but warn about processes that perform writes
  671. to a sysctl file descriptor when the file position is not 0.
  672. 1 - (default) Respect file position when writing sysctl strings. Multiple
  673. writes will append to the sysctl value buffer. Anything past the max
  674. length of the sysctl value buffer will be ignored. Writes to numeric
  675. sysctl entries must always be at file position 0 and the value must
  676. be fully contained in the buffer sent in the write syscall.
  677. ==============================================================
  678. softlockup_all_cpu_backtrace:
  679. This value controls the soft lockup detector thread's behavior
  680. when a soft lockup condition is detected as to whether or not
  681. to gather further debug information. If enabled, each cpu will
  682. be issued an NMI and instructed to capture stack trace.
  683. This feature is only applicable for architectures which support
  684. NMI.
  685. 0: do nothing. This is the default behavior.
  686. 1: on detection capture more debug information.
  687. ==============================================================
  688. soft_watchdog
  689. This parameter can be used to control the soft lockup detector.
  690. 0 - disable the soft lockup detector
  691. 1 - enable the soft lockup detector
  692. The soft lockup detector monitors CPUs for threads that are hogging the CPUs
  693. without rescheduling voluntarily, and thus prevent the 'watchdog/N' threads
  694. from running. The mechanism depends on the CPUs ability to respond to timer
  695. interrupts which are needed for the 'watchdog/N' threads to be woken up by
  696. the watchdog timer function, otherwise the NMI watchdog - if enabled - can
  697. detect a hard lockup condition.
  698. ==============================================================
  699. tainted:
  700. Non-zero if the kernel has been tainted. Numeric values, which
  701. can be ORed together:
  702. 1 - A module with a non-GPL license has been loaded, this
  703. includes modules with no license.
  704. Set by modutils >= 2.4.9 and module-init-tools.
  705. 2 - A module was force loaded by insmod -f.
  706. Set by modutils >= 2.4.9 and module-init-tools.
  707. 4 - Unsafe SMP processors: SMP with CPUs not designed for SMP.
  708. 8 - A module was forcibly unloaded from the system by rmmod -f.
  709. 16 - A hardware machine check error occurred on the system.
  710. 32 - A bad page was discovered on the system.
  711. 64 - The user has asked that the system be marked "tainted". This
  712. could be because they are running software that directly modifies
  713. the hardware, or for other reasons.
  714. 128 - The system has died.
  715. 256 - The ACPI DSDT has been overridden with one supplied by the user
  716. instead of using the one provided by the hardware.
  717. 512 - A kernel warning has occurred.
  718. 1024 - A module from drivers/staging was loaded.
  719. 2048 - The system is working around a severe firmware bug.
  720. 4096 - An out-of-tree module has been loaded.
  721. 8192 - An unsigned module has been loaded in a kernel supporting module
  722. signature.
  723. 16384 - A soft lockup has previously occurred on the system.
  724. 32768 - The kernel has been live patched.
  725. ==============================================================
  726. threads-max
  727. This value controls the maximum number of threads that can be created
  728. using fork().
  729. During initialization the kernel sets this value such that even if the
  730. maximum number of threads is created, the thread structures occupy only
  731. a part (1/8th) of the available RAM pages.
  732. The minimum value that can be written to threads-max is 20.
  733. The maximum value that can be written to threads-max is given by the
  734. constant FUTEX_TID_MASK (0x3fffffff).
  735. If a value outside of this range is written to threads-max an error
  736. EINVAL occurs.
  737. The value written is checked against the available RAM pages. If the
  738. thread structures would occupy too much (more than 1/8th) of the
  739. available RAM pages threads-max is reduced accordingly.
  740. ==============================================================
  741. unknown_nmi_panic:
  742. The value in this file affects behavior of handling NMI. When the
  743. value is non-zero, unknown NMI is trapped and then panic occurs. At
  744. that time, kernel debugging information is displayed on console.
  745. NMI switch that most IA32 servers have fires unknown NMI up, for
  746. example. If a system hangs up, try pressing the NMI switch.
  747. ==============================================================
  748. watchdog:
  749. This parameter can be used to disable or enable the soft lockup detector
  750. _and_ the NMI watchdog (i.e. the hard lockup detector) at the same time.
  751. 0 - disable both lockup detectors
  752. 1 - enable both lockup detectors
  753. The soft lockup detector and the NMI watchdog can also be disabled or
  754. enabled individually, using the soft_watchdog and nmi_watchdog parameters.
  755. If the watchdog parameter is read, for example by executing
  756. cat /proc/sys/kernel/watchdog
  757. the output of this command (0 or 1) shows the logical OR of soft_watchdog
  758. and nmi_watchdog.
  759. ==============================================================
  760. watchdog_cpumask:
  761. This value can be used to control on which cpus the watchdog may run.
  762. The default cpumask is all possible cores, but if NO_HZ_FULL is
  763. enabled in the kernel config, and cores are specified with the
  764. nohz_full= boot argument, those cores are excluded by default.
  765. Offline cores can be included in this mask, and if the core is later
  766. brought online, the watchdog will be started based on the mask value.
  767. Typically this value would only be touched in the nohz_full case
  768. to re-enable cores that by default were not running the watchdog,
  769. if a kernel lockup was suspected on those cores.
  770. The argument value is the standard cpulist format for cpumasks,
  771. so for example to enable the watchdog on cores 0, 2, 3, and 4 you
  772. might say:
  773. echo 0,2-4 > /proc/sys/kernel/watchdog_cpumask
  774. ==============================================================
  775. watchdog_thresh:
  776. This value can be used to control the frequency of hrtimer and NMI
  777. events and the soft and hard lockup thresholds. The default threshold
  778. is 10 seconds.
  779. The softlockup threshold is (2 * watchdog_thresh). Setting this
  780. tunable to zero will disable lockup detection altogether.
  781. ==============================================================