My global module is configured as follows:
[global]
memory mode = dbengine
dbengine disk space = 256
What I understand is that in this mode the data is stored in RAM first, after exceeding an upper limit, the data is saved to the local disk. At present, it seems that only the space saved to disk can be configured. I found that the memory usage of Netdata is very high under this configuration(about 140M). I want to reduce the amount of data saved in RAM in the first step, but the size of the data saved to the local disk remains the same. and then it will reduce the total memory usage of Netdata, how can I configure it?