Rockbox mail archive
Subject: Re: Rockbox buildserver and ccache disk usage
Re: Rockbox buildserver and ccache disk usage
Am 21.12.2010 00:49, schrieb Mike Holden:
> I run a rockbox build server, and I've noticed disk space usage
> issues in /home/rockbox recently. I don't know for certain whether
> this is the issue though.
>
> /home/rockbox/.ccache is 3.7Gb in size now, and this looks rather
> excessive, but I don't know if this is normal or not.
>
> What kind of disk usage would be expected for this area for a build
> server, running all possible build types?
I'm also running a build client with all toolchains installed and
enabled. Here's my ccache stats:
$ ccache -s
cache directory /home/buildclient/.ccache
cache hit 132887
cache miss 25804
called for link 4011
multiple source files 457
compile failed 984
preprocessor error 5
not a C/C++ file 11894
unsupported compiler option 5513
no input file 1581
files in cache 51608
cache size 174.2 Mbytes
max cache size 976.6 Mbytes
As you can see, the default cache size limit is barely a gigabyte, so
you must have increased that at some point. If you need the space for
other things, just set the limit to something lower again:
$ ccache -M 1G
Remember that you need to do this as the user that's running the build
client.
TheSeven
-------------------------------------------------------------------
Unsubscribe: http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox
FAQ: http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ
Etiquette: http://www.rockbox.org/mail/etiquette.html
Received on 2010-12-21
Page was last modified "Jan 10 2012" The Rockbox Crew
|