Vitja Makarov, 07.07.2011 11:00:
2011/7/7 Stefan Behnel:
Stefan Behnel, 07.07.2011 09:29:
The .ccache directory is also there now, size is ~750M. I'll move it to the
local scratch disc, CCACHE_DIR should do that. Does it make sense to delete
it once a week, or should that be done more often?
Probably it's better to increase cache size, that will be shared
between projects:
$ ccache -s 5G (I don't know what's the right size to go)
Done. I think 5GB is fine, it's a rather large disk.
Btw it's a good idea to cleanup cache once a week:
$ ccache --cleanup (or --clear?)
Added this to my crontab.
Stefan
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel