[PATCH] Support for mmap of hugetlb files as memory backing
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index a5caea3db7a6201d74311b50a5d5d56bbbb77311..f5e2449c22d64956015d983c04c1f93aa8dc9840 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -357,9 +357,15 @@ mem=str            Fio can use various types of memory as the io unit buffer.
                        shm     Use shared memory as the buffers. Allocated
                                through shmget(2).
 
+                       shmhuge Same as shm, but use huge pages as backing.
+
                        mmap    Use anonymous memory maps as the buffers.
                                Allocated through mmap(2).
 
+                       mmaphuge Use a memory mapped huge file as the buffer
+                               backing. Append filename after mmaphuge, ala
+                               mem=mmaphuge:/hugetlbfs/file
+
                The area allocated is a function of the maximum allowed
                bs size for the job, multiplied by the io depth given.