X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=080842aef4f883e177df553fca8a73f0b23bfca5;hp=df4fbb16da9d4ab7dec15870c3e6826d50c329dc;hb=438bb1cf6c722ab2d83cce926bb94890af58c13a;hpb=7903bf87725b18495a06f7199342f167147712eb diff --git a/fio.h b/fio.h index df4fbb16..080842ae 100644 --- 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) {