Browse Source

feat:修改shm_size

zhaohaipeng 2 weeks ago
parent
commit
f1e46ebe07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose.yml

+ 1 - 1
compose.yml

@@ -19,7 +19,7 @@ services:
       service: app-base
     build:
       target: server
-    shm_size: 16gb
+    shm_size: 16g
     environment:
       COMPILE: ${COMPILE:-0}
       HALF: ${HALF:-true}