Increase max open files parameters in rocksdb up to 10K - #6607
Conversation
mina86
left a comment
There was a problem hiding this comment.
You need to also update recompress_storage command so that it sets the limit to ‘2*max_open_files + 1000’ or something along those lines.
I should have noticed this in previous PR, but max_open_files should probably be u32 rather than i32.
This doesn't prevent recompress_storage from setting their own 3 * 512 limit. |
|
|
|
|
OK, #6612 is now in so this is just a matter of minor stylistic changes. |
Co-authored-by: Michal Nazarewicz <mina86@mina86.com>
* Increase the default max_open_files from 512 up to 10k; * Set ulimit for the number of files from neard to 11025.
Increase the default max_open_files from 512 up to 10k;
Set ulimit for the number of files from neard to 11025.