UNPKG

rounderdb

Version:

A low-I/O, fixed size, round robin db with in-mem support. Store in RAM and sync periodically to disk.

24 lines 409 B
{ "persistenceConf": { "dbFile": "NODISK", "syncInterval": 0 }, "cpuLoad": [ { "capacity": 2, "aggregationStrategy": "average" }, { "capacity": 4 } ], "clicks": [ { "capacity": 2, "aggregationStrategy": "sum" }, { "capacity": 4 } ] }