X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=6ac744cd3d436124f8474ff135c7a842fb92136b;hp=a5caea3db7a6201d74311b50a5d5d56bbbb77311;hb=74b025b071b5bfbffa7ad7682b66b749e8d1f955;hpb=9b031dc82192e884c1d6da9c86f047ecb9ef5c3a diff --git a/HOWTO b/HOWTO index a5caea3d..6ac744cd 100644 --- a/HOWTO +++ b/HOWTO @@ -357,6 +357,8 @@ 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).