mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
libreelec: lower CCACHE_CACHE_SIZE limit to 10GB
This commit is contained in:
parent
dfa9d4a4cb
commit
cc8b88014d
@ -78,8 +78,9 @@ fi
|
|||||||
# Set the maximum size of the files stored in the cache. You can specify a
|
# Set the maximum size of the files stored in the cache. You can specify a
|
||||||
# value in gigabytes, megabytes or kilobytes by appending a G, M or K to the
|
# value in gigabytes, megabytes or kilobytes by appending a G, M or K to the
|
||||||
# value. The default is gigabytes. The actual value stored is rounded down to
|
# value. The default is gigabytes. The actual value stored is rounded down to
|
||||||
# the nearest multiple of 16 kilobytes.
|
# the nearest multiple of 16 kilobytes. Keep in mind this per project .ccache
|
||||||
CCACHE_CACHE_SIZE="30G"
|
# directory.
|
||||||
|
CCACHE_CACHE_SIZE="10G"
|
||||||
|
|
||||||
# install devtools on development builds
|
# install devtools on development builds
|
||||||
if [ "$LIBREELEC_VERSION" = "devel" ]; then
|
if [ "$LIBREELEC_VERSION" = "devel" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user