fio: bump max jobs to 4k
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index df4fbb16da9d4ab7dec15870c3e6826d50c329dc..080842aef4f883e177df553fca8a73f0b23bfca5 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -476,7 +476,7 @@ static inline void fio_ro_check(const struct thread_data *td, struct io_u *io_u)
        assert(!(io_u->ddir == DDIR_WRITE && !td_write(td)));
 }
 
-#define REAL_MAX_JOBS          2048
+#define REAL_MAX_JOBS          4096
 
 static inline int should_fsync(struct thread_data *td)
 {