[PATCH] Fix double free in sg engine error path
[fio.git] / os.h
diff --git a/os.h b/os.h
index b5f43e593e6251efb179dc2dd22ca1ecdb59e3e3..a2699dd2d0b14e69c5091e412bf20a2dab32045f 100644 (file)
--- a/os.h
+++ b/os.h
@@ -51,7 +51,7 @@
 #define SHM_HUGETLB                    0
 #define FIO_HUGE_PAGE                  0
 #else
 #define SHM_HUGETLB                    0
 #define FIO_HUGE_PAGE                  0
 #else
-#define FIO_HUGE_PAGE                  (2048 * 1024)
+#define FIO_HUGE_PAGE                  (4096 * 1024)
 #endif
 
 #endif
 #endif
 
 #endif