forked from compiler-explorer/compiler-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompiler-explorer.amazon.properties
77 lines (68 loc) · 2.79 KB
/
compiler-explorer.amazon.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Settings overridden for Amazon EC2 instances that power http://*.godbolt.org/
cookieDomainRe=godbolt\.org|compiler-explorer\.com|godbo\.lt
cookiePolicyEnabled=true
privacyPolicyEnabled=true
compileTimeoutMs=20000
max-asm-size=67108864
maxConcurrentCompiles=2
staticMaxAgeSecs=30
# Anything under /cache/ will expire
cacheConfig=InMemory(25);S3(storage.godbolt.org,cache,us-east-1)
executableCacheConfig=S3(storage.godbolt.org,cache,us-east-1)
# Anything outside will not expire
compilerCacheConfig=S3(storage.godbolt.org,compiler-info-cache,us-east-1)
clientGoogleAnalyticsEnabled=true
# Do not get too stuck on failed proxies or the instances might not be able to wake up
proxyRetries=10
proxyRetryMs=500
rescanCompilerSecs=3600
sentryDsn=https://[email protected]/102028
motdUrl=/motd/motd-prod.json
pageloadUrl=https://lambda.compiler-explorer.com/pageload
storageSolution=s3
healthCheckFilePath=/efs/.health
showSponsors=true
logCompilerCacheAccesses=false
eventLoopMeasureIntervalMs=50
eventLoopLagThresholdWarn=100
eventLoopLagThresholdErr=1000
staticUrl=https://static.ce-cdn.net/
sentryEnvironment=prod
sentrySlowRequestMs=30000
alwaysResetLdPath=true
plogConverter=/opt/compiler-explorer/pvs-studio-latest/bin/plog-converter
cmake=/opt/compiler-explorer/cmake/bin/cmake
useninja=false
ld=/usr/bin/ld
readelf=/usr/bin/readelf
mkfifo=/usr/bin/mkfifo
heaptrackPath=/opt/compiler-explorer/heaptrack-v1.3.0
formatters=clangformat:rustfmt:gofmt:dartformat:vfmt
formatter.clangformat.name=clangformat
formatter.clangformat.exe=/opt/compiler-explorer/clang-trunk/bin/clang-format
formatter.clangformat.styles=Google:LLVM:Mozilla:Chromium:WebKit:Microsoft:GNU
formatter.clangformat.type=clangformat
formatter.rustfmt.name=rustfmt
formatter.rustfmt.exe=/opt/compiler-explorer/rust-1.77.0/bin/rustfmt
formatter.rustfmt.styles=
formatter.rustfmt.type=rustfmt
formatter.gofmt.name=gofmt
formatter.gofmt.exe=/opt/compiler-explorer/golang-1.17/go/bin/gofmt
formatter.gofmt.styles=
formatter.gofmt.type=gofmt
formatter.gofmt.explicitVersion=gofmt 1.17
formatter.dartformat.name=dartformat
formatter.dartformat.exe=/opt/compiler-explorer/dart-2.16.1/bin/dart
formatter.dartformat.styles=
formatter.dartformat.type=dartformat
formatter.vfmt.name=vfmt
formatter.vfmt.exe=/opt/compiler-explorer/v-2023.30/v
formatter.vfmt.styles=
formatter.vfmt.type=vfmt
thirdPartyIntegrationEnabled=true
statusTrackingEnabled=true
compilationStatsNotifier=S3(compiler-explorer-logs,compile-stats,us-east-1,15m)
# We have cloudfront set up to time out POSTs after 60s. We should abandon any queued compilations after that, as they
# will just clog up the queue and make this node appear unhealthy; and the client's already gone away by now.
compilationStaleAfterMs=60000
compilerVersionsUrl=https://api.compiler-explorer.com/get_deployed_exe_version