build
build copied to clipboard
TODO: add logrotate renice to www server ansible script
Not doing this now because I don't have time, I'd love it if someone else would pick this up. It probably just needs an exists directive with a replace regex or something. I've done this on the server:
/etc/cron.daily/logrotate, replace:
/usr/sbin/logrotate /etc/logrotate.conf
with
nice -n 19 ionice -c3 /usr/sbin/logrotate /etc/logrotate.conf
it's at the end of the file.
Ref https://github.com/nodejs/nodejs.org/issues/4495#issuecomment-1093761428
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.