mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
The twcs compaction tests open more than 1024 files (not so good), and will fail in a user session with the default soft limit (1024). Attempt to raise the limit so the tests pass. On a modern systemd installation the hard limit is >500,000, so this will work. There's no problem in dbuild since it raises the file limit globally.