Skip to content

Commit

Permalink
Revert "Limit cloudbeaver heap size to avoid high mem usage (#221)"
Browse files Browse the repository at this point in the history
This reverts commit bf4b611.
  • Loading branch information
hbenali committed Mar 19, 2024
1 parent bf4b611 commit d1ecb69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _functions_cloudbeaver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ do_start_cloudbeaver() {
${DOCKER_CMD} run \
-d \
-p "${DEPLOYMENT_CLOUDBEAVER_HTTP_PORT}:8978" \
-e JAVA_OPTS="-Xms2048m -Xmx2048m" \
-v "${DEPLOYMENT_DIR}/data-sources.json:/opt/cloudbeaver/workspace/GlobalConfiguration/.dbeaver/data-sources.json" \
--add-host=host.docker.internal:${DB_ADDR} \
--name ${DEPLOYMENT_CLOUDBEAVER_CONTAINER_NAME} ${DEPLOYMENT_CLOUDBEAVER_IMAGE}:${DEPLOYMENT_CLOUDBEAVER_IMAGE_VERSION}
Expand Down

0 comments on commit d1ecb69

Please sign in to comment.