Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95c7144 authored by Raphiel Rollerscaperers's avatar Raphiel Rollerscaperers Committed by TARKZiM
Browse files

mm: Kconfig: fix force-reclaim Kconfig

parent 3b68f7ca
Loading
Loading
Loading
Loading
+3 −12
Original line number Diff line number Diff line
@@ -637,17 +637,8 @@ config VM_MAX_READAHEAD
	  read throughput and thus early boot performance.

config FORCE_RECLAIM
	bool "Enable process reclaim"
	depends on PROC_FS
	default y
	bool "Enable forced process reclaim"
	depends on PROC_FS && PROCESS_RECLAIM
	default n
	help
	 It allows to force reclaim pages of all processes by /proc/pid/reclaim.

	 (echo file > /proc/PID/reclaim) reclaims file-backed pages only.
	 (echo anon > /proc/PID/reclaim) reclaims anonymous pages only.
	 (echo all > /proc/PID/reclaim) reclaims all pages.

	 (echo addr size-byte > /proc/PID/reclaim) reclaims pages in
	 (addr, addr + size-bytes) of the process.

	 Any other value is ignored.