Eu não sei porque está excedendo SystemMaxUse=
, desculpe.
EDIT: em comentários, o @nealmcb endossa a resposta abaixo e sugere que o periódico estava excedendo apenas SystemKeepFree=
, e não excedendo SystemMaxUse=
.
How can we get it to quickly clean up space when another operation needs it?
Eu não acho que você pode confiar nisso em geral. SystemKeepFree=
funciona de maneira menos confiável que SystemMaxUse=
:
If the file system is nearly full and either SystemKeepFree= or RuntimeKeepFree= are violated when systemd-journald is started, the limit will be raised to the percentage that is actually free. This means that if there was enough free space before and journal files were created, and subsequently something else causes the file system to fill up, journald will stop using more space, but it will not be removing existing files to reduce the footprint again, either.
Se você alterar o arquivo de configuração em um sistema em execução, poderá fazer com que ele seja lido novamente executando systemctl restart systemd-journald
Você pode reduzir o espaço manualmente usando um dos comandos journalctl --vacuum...
, como journalctl --vacuum-size=500M
.
Parece haver código para fazer log-ups, mas nas versões recentes a prioridade da mensagem é definida como "debug". Presumivelmente, isso significa que as mensagens são suprimidas por padrão. Veja: O que fazer systemd "Vacuuming done , liberado 0 bytes "mensagens significam?