fio: bump max jobs to 4k
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 4f267c282db1c0f6925a8bd54d966ee428bae217..16bca6841f0c92270e5ac47150a33254039194bc 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -171,7 +171,7 @@ extern int fio_cpus_split(os_cpu_mask_t *mask, unsigned int cpu);
 #endif
 
 #ifndef FIO_MAX_JOBS
-#define FIO_MAX_JOBS           2048
+#define FIO_MAX_JOBS           4096
 #endif
 
 #ifndef CONFIG_SOCKLEN_T