mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
The per-node limit will be total memory divided by number of shards instead of just total memory. For example, when Scylla is started with -c16 -m16G, the commit log will induce flushes on given shard when unflushed data exceeds on that shard 62MB instead of 1GB. Fixes #2046. Message-Id: <1485874534-10939-1-git-send-email-tgrabiec@scylladb.com>