aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpartouf <partouf@gmail.com>2023-03-15 15:51:27 +0100
committerpartouf <partouf@gmail.com>2023-03-15 15:51:27 +0100
commit9304c3e6db6b8c7bed3ea7b21d725748a16036ab (patch)
tree3bdad6fbb58eef15fd8115a41e65bc97ce5d7fbc
parent1c9b9e1bc745084b964e8a42ba802224b0205554 (diff)
downloadcompiler-explorer-gh-6886.tar.gz
compiler-explorer-gh-6886.zip
more props, add s3 cachegh-6886
-rw-r--r--etc/config/compiler-explorer.amazonwin.properties13
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