Procházet zdrojové kódy

增加内存限制

lianshufeng před 1 rokem
rodič
revize
d75e72eb72

+ 14 - 2
angel/docker/standalone/middleware/docker-compose.yml

@@ -13,7 +13,11 @@ services:
     restart: always
     networks:
       - ms_net
-      
+    deploy:
+      resources:
+        limits:
+          memory: 500M
+          
   #mongo
   mongo-shard1-1:
     container_name: mongo-shard1-1
@@ -142,6 +146,11 @@ services:
       - consul_node
     networks:
       - ms_net
+    deploy:
+      resources:
+        limits:
+          memory: 600M
+
    
   #微服务-网关
   msgateway:
@@ -160,7 +169,10 @@ services:
       - msconfig
     networks:
       - ms_net
-      
+    deploy:
+      resources:
+        limits:
+          memory: 600M
       
 
 networks: