commit | c04f7ec3ecb8ce780bde6ad3515f003e6015c62a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Wed May 31 10:13:16 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Wed May 31 10:13:16 2006 +0200 |
tree | d4baeeeacc92b5571f5c4c2c7e5f624aa9f9ff6f | |
parent | 9d0d424761eeff6e8a88103c23d9bdf481a97d8e [diff] [blame] |
[PATCH] Add lockmem=x option to pin memory
diff --git a/README b/README index bc2574e..8b84a08 100644 --- a/README +++ b/README
@@ -92,7 +92,9 @@ rw, offset, length where with rw=0/1 for read/write, and the offset and length entries being in bytes. - + lockmem=x Lock down x amount of memory on the machine, to + simulate a machine with less memory available. x can + include k/m/g suffix. Examples using a job file -------------------------