Lines Matching +full:many +full:- +full:to +full:- +full:many
4 Contact: Linux memory management mailing list <linux-[email protected]>
16 Contact: Linux memory management mailing list <linux-[email protected]>
19 full_scans: how many times all mergeable areas have been
22 pages_shared: how many shared pages are being used.
24 pages_sharing: how many more sites are sharing them i.e. how
27 pages_to_scan: how many present pages to scan before ksmd goes
28 to sleep.
30 pages_unshared: how many pages unique but repeatedly checked
33 pages_volatile: how many pages changing too fast to be placed
36 run: write 0 to disable ksm, read 0 while ksm is disabled.
38 - write 1 to run ksm, read 1 while ksm is running.
39 - write 2 to disable ksm and unmerge all its pages.
41 sleep_millisecs: how many milliseconds ksm should sleep between
49 Contact: Linux memory management mailing list <linux-[email protected]>
52 When it is set to 0 only pages from the same node are merged,
58 Contact: Linux memory management mailing list <linux-[email protected]>
61 calculation is in Documentation/admin-guide/mm/ksm.rst.