mendozal Hi. After running rspamd-training-tool on all my servers that do email, I noticed that redis is using a big chunk of RAM, even more than any other process. After reseting the training data, redis went back to normal. Is this normal behavior? Thanks.
cPFence mendozal Yes, that’s normal. Rspamd needs to load the training data into RAM, and you get this warning when activating the training tool: [INFO] This will consume about 1.5 GB of RAM to load the training data into Rspamd. [INFO] If you're short on memory, it's not recommended to proceed.
mendozal I see. I really thought that the 1.5Gb warning was only for the training session and that afterwards it would return to normal. My bad.