Tone down cache sizes

dev/git-series/gccdum
Matt Godbolt 8 years ago
parent 5fe9bbb237
commit 1924c472df

@ -4,7 +4,7 @@ compileTimeoutMs=2000
compiler-wrapper=./c-preload/compiler-wrapper
max-asm-size=1000000
staticMaxAgeMs=600000
cacheMb=300
cacheMb=100
clientGoogleAnalyticsEnabled=true
language=go
defaultCompiler=gccgo

@ -3,7 +3,7 @@ compileTimeoutMs=2000
compiler-wrapper=./c-preload/compiler-wrapper
max-asm-size=500000
staticMaxAgeMs=600000
cacheMb=300
cacheMb=100
clientGoogleAnalyticsEnabled=true
compilers=gcc1204@20480:clang350:clang351:g482:g492:g510:ppcg48:aarchg48:armhfg482:clang37x:clang36x
defaultCompiler=g492

@ -4,7 +4,7 @@ compileTimeoutMs=2000
compiler-wrapper=./c-preload/compiler-wrapper
max-asm-size=500000
staticMaxAgeMs=600000
cacheMb=300
cacheMb=100
clientGoogleAnalyticsEnabled=true
compilers=g447:g453:g464:g473:g481:g490:armg453:clang30:avrg453:armg463:icc1301:clang32:clang33:clang341:g490c1:g490c2
# msp430g453 - disabled for now since it hangs the client

@ -3,3 +3,4 @@ port=10240
compileTimeoutMs=1000
compilers=/home/mgodbolt/.fighome/runtime/gcc/4.9.2-1/bin/g++
clientSharingEnabled=false
tempDirCleanupSecs=10

Loading…
Cancel
Save