Skip to content

Commit 3a443bb

Browse files
authored
Merge pull request #1323 from lowcoder-org/fix/heapsize
Increase Java Heap Size
2 parents b151ff5 + 52c81cf commit 3a443bb

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)