mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
On Ubuntu 16/18 and Debian 9, LimitNOFILE is set to 4096 and not able to override from user unit. To run scylla-server in such environment, we need to turn on developer mode and show warnings. Fixes #7133 Closes #7323