Raise ccache limit to 300M

Ring Racers' object file output is considerably larger than SRB2.
50M is insufficient to hold even a single build.
This commit is contained in:
Eidolon 2024-05-16 15:42:04 -05:00
parent dfada161cc
commit 0e293c4c98

View file

@ -112,7 +112,7 @@
echo stats_log = $PWD/ccache_statslog | tee --append ~/.ccache/ccache.conf
- |
# max_size
echo max_size = 50M | tee --append ~/.ccache/ccache.conf
echo max_size = 300M | tee --append ~/.ccache/ccache.conf
- |
# ccache_config
echo -e "\e[0Ksection_end:`date +%s`:ccache_config\r\e[0K"