I set up nats streaming server in cluster mode (according to instructions found here) and I noticed raft.log is growing really fast when I benchmark it with a load around 200msg/s where message size is ~1MB.
I use default channel settings:
---------- Store Limits ----------
Channels: 100 *
--------- Channels Limits --------
Subscriptions: 1000 *
Messages : 1000000 *
Bytes : 976.56 MB *
Age : unlimited *
Inactivity : unlimited *
Are there any configuration parameters that could help limiting size or truncating the file?