Comment 32 for bug 60448

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 60448] Re: .xsession_errors file grows out of control & saturates disk space

manu [2008-04-21 11:21 -0000]:
> exec | /usr/bin/fifo "2048" "$ERRFILE" 2>&1

That would be very inefficient, for every newly logged line you need
to entirely rewrite the file. That's a lot of I/O churn.