mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/options: set default ccache cache size to 30GB
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6b598a255e
commit
964f571ce4
@ -62,7 +62,7 @@ PROJECT_DIR="$ROOT/projects"
|
||||
# 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
|
||||
# the nearest multiple of 16 kilobytes.
|
||||
CCACHE_CACHE_SIZE="10G"
|
||||
CCACHE_CACHE_SIZE="30G"
|
||||
|
||||
# forcing install of all packages (yes/no)
|
||||
FORCE_INSTALL="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user