Open silverhook opened 11 months ago
There was an issue with my Pelican set-up, which caused the service to constantly autoreload.
Now that I fixed that, the memory usage seems OK with 344M RAM, but perhaps that just means it’s leaking slower. Will keep an eye on it to see if it grows when I add new posts.
Describe the bug
After upgrading Pelican on YunoHost to 4.9.1~ynh1, I noticed that the new SysD
pelican.service
is running into errors and keeps running and consumes 100% of a CPU core an increasing amount of RAM.What seems to be happening is that
pelican --autoreload
keeps running into some issues and keeps re-running ad infinitum for some reason, even though no changes to thecontent/
folder were made. For some other reason, this keeps on piling up in memory.Context
Steps to reproduce
/var/www/pelican/content/
– if it is relevant, in my case, I have copied >400 of mine from my previous serverpelican.service
is enabled in SysDsystemctl status pelican.service
content/
foldersystemctl status pelican.service
againExpected behavior
content/
Logs
YunoHost Logs show no issue – the update itself went fine.
But my
systemctl status pelican.service
currently looks like this:After 12' more, the Memory usage is up to even 6.5G. Smells like a mem leak to me.