test 分支

测试服内存配置
pull/17/head
axzsd 2023-06-16 13:55:56 +08:00
parent 8604602f83
commit 2e915fe106
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ LABEL Author="axzsd" \
Description="创盈支付服务端"
ENV SPRING_PROFILES_ACTIVE="dev"
ENV JAVA_OPTIONS "-Xms800m -Xmx800m \
ENV JAVA_OPTIONS "-Xms1024m -Xmx2048m \
-XX:+HeapDumpOnOutOfMemoryError \
-Dfile.encoding=UTF-8 \
-Djava.awt.headless=true \

View File

@ -20,7 +20,7 @@ services:
deploy:
resources:
limits:
memory: 800MB
memory: 2048MB
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"]
timeout: 30s