We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b151ff5 commit 52c81cfCopy full SHA for 52c81cf
deploy/docker/Dockerfile
@@ -17,6 +17,7 @@ COPY server/api-service/lowcoder-server/src/main/resources/application.yaml /low
17
# Add bootstrapfile
18
COPY deploy/docker/api-service/entrypoint.sh /lowcoder/api-service/entrypoint.sh
19
COPY deploy/docker/api-service/init.sh /lowcoder/api-service/init.sh
20
+ENV JAVA_OPTS="-Xmx2G -Xms512M"
21
RUN chmod +x /lowcoder/api-service/*.sh
22
23
##
0 commit comments