Open
Description
On OG aluminium Norns with 4GB of storage, the new image takes up quite a bit of space. There's less than a 1GB left for user data after a clean install so it would be nice if we could somehow make logging more efficient.
I'm looking at daemon.log
and find it pretty big after ~12 hours of runtime. It's 66MB with a number of repeated lines (sorted here):
258721 norns jackd[384]: JackAudioDriver::ProcessGraphAsyncMaster: Process error
246914 norns jackd[384]: JackEngine::XRun: client = softcut was not finished, state = Running
76709 norns jackd[453]: JackAudioDriver::ProcessGraphAsyncMaster: Process error
73652 norns jackd[453]: JackEngine::XRun: client = softcut was not finished, state = Running
6375 norns jackd[384]: JackEngine::XRun: client = softcut was not finished, state = Triggered
5636 norns jackd[384]: JackEngine::XRun: client softcut finished after current callback
2804 norns ws-wrapper[2550]: station 0 queing next file 1 of 1
2804 norns ws-wrapper[2550]: station 0 playing file /dev/shm/weather.wav
1937 norns ws-wrapper[2550]: MP3.start: command to execute is:
1675 norns jackd[453]: JackEngine::XRun: client = softcut was not finished, state = Triggered
As you can see, there's 250 thousand xruns reported. This log survives a restart.
Metadata
Metadata
Assignees
Labels
No labels