X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=memory.c;h=46eb852a63ed69d59d71972d777009eddbe11a19;hp=efbea04c2c992ee0f6c47d4230e1197428506db4;hb=c7173db634637926296ba8a9201bc8edcddbc1a3;hpb=886b878aed5decd6fdc6c61d2f11aa5b960b4f1c diff --git a/memory.c b/memory.c index efbea04c..46eb852a 100644 --- a/memory.c +++ b/memory.c @@ -70,6 +70,8 @@ static int alloc_mem_shm(struct thread_data *td) log_err("fio: check that you have free huge pages and that hugepage-size is correct.\n"); else if (errno == ENOSYS) log_err("fio: your system does not appear to support huge pages.\n"); + else if (errno == ENOMEM) + log_err("fio: no huge pages available, do you need to alocate some? See HOWTO.\n"); } return 1;