Sfoglia il codice sorgente

configured memory chronos in config + decreased partition size

Jejomar Dimayuga 8 anni fa
parent
commit
be632d40cc

+ 2 - 2
crss-mq-computation/application-pemc-uat.yml

@@ -44,7 +44,7 @@ spring:
       mesos:
         chronos:
           apiEndpoint: http://master.mesos/service/chronos/v1
-          memory: 1024
+          memory: 4096
     task:
       initialize:
         enable: false
@@ -73,7 +73,7 @@ batch:
     gap: 5000
     mq: 10000
     ssla: 5000
-    report: 1000
+    report: 5
 
 mqreport:
   directory: /tmp/

+ 2 - 2
crss-mq-computation/application-pemc-uat2.yml

@@ -44,7 +44,7 @@ spring:
       mesos:
         chronos:
           apiEndpoint: http://master.mesos/service/chronos/v1
-          memory: 1024
+          memory: 4096
     task:
       initialize:
         enable: false
@@ -73,7 +73,7 @@ batch:
     gap: 5000
     mq: 10000
     ssla: 5000
-    report: 1000
+    report: 5
 
 mqreport:
   directory: /tmp/

+ 2 - 2
crss-mtr/application-pemc-uat.yml

@@ -43,7 +43,7 @@ spring:
       mesos:
         chronos:
           apiEndpoint: http://master.mesos/service/chronos/v1
-          memory: 1024
+          memory: 4096
     task:
       initialize:
         enable: false
@@ -65,7 +65,7 @@ batch:
   chunkSize: 1
   maxWorkers: 10
   partitionSize:
-    mtr: 1000
+    mtr: 5
 
 mtr:
   directory: /tmp/

+ 2 - 2
crss-mtr/application-pemc-uat2.yml

@@ -43,7 +43,7 @@ spring:
       mesos:
         chronos:
           apiEndpoint: http://master.mesos/service/chronos/v1
-          memory: 1024
+          memory: 4096
     task:
       initialize:
         enable: false
@@ -65,7 +65,7 @@ batch:
   chunkSize: 1
   maxWorkers: 10
   partitionSize:
-    mtr: 1000
+    mtr: 5
 
 mtr:
   directory: /tmp/