// --- objectcacher ---
client_oc: true,
- client_oc_size: 1024*1024* 10, // MB * n
- client_oc_max_dirty: 1024*1024* 10, // MB * n (dirty OR tx)
- client_oc_max_sync_write: 128*1024, // synx writes >= this use wrlock
+ client_oc_size: 1024*1024* 16, // MB * n
+ client_oc_max_dirty: 1024*1024* 12, // MB * n (dirty OR tx)
+ client_oc_max_sync_write: 128*1024, // sync writes >= this use wrlock
// --- objecter ---
objecter_buffer_uncommitted: true, // this must be true for proper failure handling