Skip to content

Commit 52c81cf

Browse files
committed
Increase Heap Size
1 parent b151ff5 commit 52c81cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY server/api-service/lowcoder-server/src/main/resources/application.yaml /low
1717
# Add bootstrapfile
1818
COPY deploy/docker/api-service/entrypoint.sh /lowcoder/api-service/entrypoint.sh
1919
COPY deploy/docker/api-service/init.sh /lowcoder/api-service/init.sh
20+
ENV JAVA_OPTS="-Xmx2G -Xms512M"
2021
RUN chmod +x /lowcoder/api-service/*.sh
2122

2223
##

0 commit comments

Comments
 (0)