Kill off 'max_jobs'
[fio.git] / os / os-mac.h
index 2852ac678857cd2ed7225f9d5d73f1d0d54ca2f7..683aab3220a54f4125ebe97327be75b2a2b64d86 100644 (file)
 #define fio_swap32(x)  OSSwapInt32(x)
 #define fio_swap64(x)  OSSwapInt64(x)
 
-/*
- * OSX has a pitifully small shared memory segment by default,
- * so default to a lower number of max jobs supported
- */
-#define FIO_MAX_JOBS           128
-
 #ifndef CONFIG_CLOCKID_T
 typedef unsigned int clockid_t;
 #endif