Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b151ff5 + 52c81cf commit 3a443bbCopy full SHA for 3a443bb
‎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