Skip to content

Conversation

@swalkinshaw
Copy link
Member

@swalkinshaw swalkinshaw commented Oct 16, 2025

memcached_fs_file_max would set the fs.file-max (max open file descriptors) to that value. This was likely done to ensure a high number of memcached connections was possible, but the default value is high enough. Plus this is a global setting and not memcached specific.

😂 the default on my VM was 9223372036854775807, so this drastically lowered it

`memcached_fs_file_max` would set the `fs.file-max` (max open file
descriptors) to that value. This was likely done to ensure a high number
of memcached connections was possible, but the default value is high
enough. Plus this is a global setting and not memcached specific.
@swalkinshaw swalkinshaw merged commit aa1905c into master Oct 16, 2025
2 checks passed
@swalkinshaw swalkinshaw deleted the remove-memcached-fs-file-max branch October 16, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants