Commit 1a78bb35 authored by Your Name's avatar Your Name

ring limit mem 15G

parent 59c37ba2
......@@ -46,10 +46,10 @@ resource="
resources:
limits:
cpus: \"36.00\"
memory: 50G
memory: 15G
reservations:
cpus: \"30.00\"
memory: 50G
memory: 15G
restart_policy:
condition: on-failure
delay: 15s
......@@ -168,6 +168,7 @@ echo " image: 192.168.1.220:5000/nebula:v0.0.2" >> $composefile
echo " container_name: nebula" >> $composefile
echo " volumes:" >> $composefile
echo " - ./data/nebula/:/root" >> $composefile
echo " entrypoint: /usr/bin/metanebula >> /root/log " >> $composefile
echo " depends_on:" >> $composefile
echo " - net" >> $composefile
echo " - sentry" >> $composefile
......@@ -183,6 +184,7 @@ echo "" >> $composefile
echo " ring:" >> $composefile
echo " image: 192.168.1.220:5000/ring:v0.0.3" >> $composefile
echo " container_name: ring" >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment