Re: Size of $CCACHE_TEMPDIR
Joel Rosdahl <[email protected]>
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=pgEN6uQosPyYUiqLu9+0p-W8dOY8XQex1cmM5Hv93AHNA@mail.gmail.com> |
Hi Raja, > What is the default size of $CCACHE_TEMPDIR. > Is it possible to change the size of the $CCACHE_TEMPDIR CCACHE_TEMPDIR has no associated size - it is only used for storing temporary files that will be deleted after usage. In some situations, for instance if ccache is interrupted abnormally, some files may be left undeleted in CCACHE_TEMPDIR. ccache does not perform any cleanup of the directory. If you are wondering about the ccache directory (CCACHE_DIR), then see http://ccache.samba.org/manual.html#_cache_size_management. -- Joel