forked from LBNL-UCB-STI/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.deploy.properties
60 lines (48 loc) · 2.06 KB
/
gradle.deploy.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
runName=inm/sflight-low-cpu-usage-in-PBRSim-debugging
beamBranch=develop
beamCommit=dc4b0b05a3885357c7b5b65fb91181c8163aa9b6
beamConfigs=test/input/sf-light/sf-light-1k-with-PTE-duplicates-1.conf,test/input/sf-light/sf-light-1k-with-PTE-duplicates-2.conf
instanceType=r5.8xlarge
# shutdownBehaviour = stop | terminate
shutdownBehaviour=terminate
s3Backup=true
maxRAM=240g
#storageSize (in GiB) = any number between 64 and 256
storageSize=128
#r5.8xlarge (32/256)
#c5.9xlarge (36/72) -> 5 instances -> $1.53 per Hour
#m4.10xlarge (40/160) -> 5 -> $2.00 per Hour
#m5.12xlarge (48/192) -> 3 instances -> $2.304 per Hour
#m5d.12xlarge (48/192) -> 5 -> $2.712 per Hour
#m4.16xlarge (64/256) -> 20 -> $3.20 per Hour
#r5.12xlarge (48/384) -> 3 -> $3.024 per Hour
#c5.18xlarge (72/144) -> 5 -> $3.06 per Hour
#c5d.18xlarge (72/144) -> 5 -> $3.456 per Hour
#r5d.12xlarge (48/384) -> 3 -> $3.456 per Hour
#h1.16xlarge (64/256) -> 1 -> $3.744 per Hour
#m5.24xlarge (96/384) -> 2 -> $4.608 per Hour
#i3.16xlarge (64/488) -> 1 -> $4.992 per Hour
#i3.metal (72/512) -> 5 -> $4.992 per Hour
#m5d.24xlarge (96/384) -> 5 -> $5.424 per Hour
#r5.24xlarge (96/768) -> 3 -> $6.048 per Hour
#r5d.24xlarge (96/768) -> 3 -> $6.912 per Hour
#region: "us-east-2" (Ohio)
#region: "us-west-2" (Oregon)
#region: "us-east-1" (N. Virginia)
region=us-east-2
# deployMode=config | experiment | execute
#deployMode=experiment
deployMode=config
#beamConfigs=production/application-sfbay/ev-fleet-250-LOW.conf
#beamExperiments=production/application-sfbay/experiments/ev-fleet-qos/ev-fleet.yml
executeClass=beam.sim.RunBeam
#executeArgs=['--config', 'production/application-sfbay/experimentsFall2018/fall18-calib-run1.conf']
beamBatch=false
shutdownWait=15
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
##### Examples of branch level configuration #####
#application-sfbay.configs=production/application-sfbay/base.conf
#master.configs=test/input/beamville/beam.conf
#tail -f /var/log/cloud-init-output.log
#git rev-parse HEAD