|
|
@@ -130,5 +130,21 @@ spring:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dailyLrCalculation
|
|
|
- cloud.deployer.mesos.chronos.constraints: rack,EQUAL,rack-daily
|
|
|
+ cloud:
|
|
|
+ deployer:
|
|
|
+ mesos:
|
|
|
+ chronos:
|
|
|
+ memory: 1536
|
|
|
+ cpu: 0.2
|
|
|
+ constraints: rack,EQUALS,rack-daily
|
|
|
+
|
|
|
+---
|
|
|
+spring:
|
|
|
+ profiles: monthlyPrelimLrCalculation, monthlyFinalLrCalculation, monthlyAdjustedLrMtrAdjCalculation, monthlyAdjustedLrMtrFinCalculation
|
|
|
+ cloud:
|
|
|
+ deployer:
|
|
|
+ mesos:
|
|
|
+ chronos:
|
|
|
+ memory: 1536
|
|
|
+ cpu: 0.2
|
|
|
---
|