Currently the configuration item `storage.memory_capacity` is required, but we can give it a default value by runtime detecting the memory capacity. [sysinfo](https://docs.rs/sysinfo/latest/sysinfo/struct.Process.html#method.memory) is a potential choice.