diff options
-rw-r--r-- | etc/config/compiler-explorer.amazonwin.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/config/compiler-explorer.amazonwin.properties b/etc/config/compiler-explorer.amazonwin.properties index af723d2f9..e756c397e 100644 --- a/etc/config/compiler-explorer.amazonwin.properties +++ b/etc/config/compiler-explorer.amazonwin.properties @@ -1,6 +1,15 @@ delayCleanupTemp=false staticUrl=https://static.ce-cdn.net/windows/ +maxConcurrentCompiles=2 + +staticMaxAgeSecs=30 + +cacheConfig=InMemory(50);S3(storage.godbolt.org,wincache,us-east-1) +executableCacheConfig=InMemory(100);S3(storage.godbolt.org,wincache,us-east-1) +compilerCacheConfig=S3(storage.godbolt.org,compiler-info-wincache,us-east-1) + +storageSolution=s3 localStorageFolder=C:/tmp/ce-storage rescanCompilerSecs=0 @@ -15,6 +24,10 @@ eventLoopLagThresholdErr=1000 compileTimeoutMs=25000 binaryExecTimeoutMs=15000 +clientGoogleAnalyticsEnabled=false +thirdPartyIntegrationEnabled=false +statusTrackingEnabled=false + alwaysResetLdPath=true max-asm-size=67108864 |