]> sourceware.org Git - lvm2.git/commit
memlock: use value of 0 to disable memory locking
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 24 Sep 2024 14:04:53 +0000 (16:04 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 27 Sep 2024 11:42:45 +0000 (13:42 +0200)
commit964012fdb924076e9ab97fabe00e759ddbf7c3bd
tree979c9a4802f631f97ab69c3612cae26cf62f47da
parent7e2bb2a35e6959139b327942cbab52af2f3ece79
memlock: use value of 0 to disable memory locking

In cases user is sure he is not using his 'rootfs' or 'swap' on LVs
managed with his command - it possible to completely bypass pinning
process to RAM which may eventually slightly speedup command execution,
(however at the risk the process can be eventually delayed by swapping).
Basicaly use this only at your risk...

TODO: add some dmeventd support for this.
lib/config/config_settings.h
lib/mm/memlock.c
This page took 0.031034 seconds and 5 git commands to generate.