Re: Limiting disk usage by journald

2013-12-31 Thread Chris Murphy
On Dec 31, 2013, at 2:35 PM, Suvayu Ali wrote: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1047568 > > Thanks! Another interesting bit: if I set both to 1G, journald uses 2G > (I think it just adds the two). I would expect it to pick the least > among the two. > > Although not sure wh

Re: Limiting disk usage by journald

2013-12-31 Thread Suvayu Ali
On Tue, Dec 31, 2013 at 04:04:03PM -0500, Rahul Sundaram wrote: > Hi > > > On Tue, Dec 31, 2013 at 3:55 PM, Rahul Sundaram wrote: > > > > > > > One more thing: can you try with 1G instead of 1.0G? > > > > Following to my own post: > > 1G as opposed to 1.0G works. I have filed > > https://b

Re: Limiting disk usage by journald

2013-12-31 Thread Rahul Sundaram
Hi On Tue, Dec 31, 2013 at 3:55 PM, Rahul Sundaram wrote: > > > One more thing: can you try with 1G instead of 1.0G? > Following to my own post: 1G as opposed to 1.0G works. I have filed https://bugzilla.redhat.com/show_bug.cgi?id=1047568 Rahul -- users mailing list users@lists.fedorapro

Re: Limiting disk usage by journald

2013-12-31 Thread Rahul Sundaram
Hi On Tue, Dec 31, 2013 at 3:42 PM, Suvayu Ali wrote: > > I have tried that too. In fact I tried with both set to 1.0G; no luck. > One more thing: can you try with 1G instead of 1.0G? Rahul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: h

Re: Limiting disk usage by journald

2013-12-31 Thread Rahul Sundaram
Hi On Tue, Dec 31, 2013 at 3:42 PM, Suvayu Ali wrote: > > I have tried that too. In fact I tried with both set to 1.0G; no luck. > What is output of journalctl --disk-usage Rahul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin

Re: Limiting disk usage by journald

2013-12-31 Thread Suvayu Ali
On Tue, Dec 31, 2013 at 08:56:33PM +0100, Heinz Diehl wrote: > On 31.12.2013, Suvayu Ali wrote: > > > [Journal] > > #SystemMaxUse=1.0G > > SystemMaxFileSize=1.0G > > I guess you'll have to activate "SystemMaxUse=1.0G" to see the effect you're > expecting.. I have tried that too. In fact

Re: Limiting disk usage by journald

2013-12-31 Thread Heinz Diehl
On 31.12.2013, Suvayu Ali wrote: > [Journal] > #SystemMaxUse=1.0G > SystemMaxFileSize=1.0G I guess you'll have to activate "SystemMaxUse=1.0G" to see the effect you're expecting.. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://

Limiting disk usage by journald

2013-12-31 Thread Suvayu Ali
Hi, On one of my systems, journald is using over 1 gig of disk space. So I tried to limit it in /etc/systemd/journald.conf like this: [Journal] #SystemMaxUse=1.0G SystemMaxFileSize=1.0G However it seems to be ignored. After a # systemctl restart systemd-journald.service I see the fol