Hi Zack, "Zack Weinberg" via Bug reports for GNU Guix <[email protected]> writes:
> I left my Guix System-based web server running for 26 days and PID 1 has > ballooned to consume 75% of all available RAM. Because of this, it can > no longer fork. This is being tracked at <https://codeberg.org/shepherd/shepherd/issues/1>. It would seem a workaround is to use Inetutils syslogd instead of the built-in ‘system-log’: --8<---------------cut here---------------start------------->8--- (operating-system ;; … (services (append (list … (service syslog-service-type)) (modify-services %base-services (delete shepherd-system-log-service-type))))) --8<---------------cut here---------------end--------------->8--- Ludo’.
