You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/11/18 23:35:35 UTC

[pinot] branch fixing_docker_image_env_var created (now 3089e6d)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch fixing_docker_image_env_var
in repository https://gitbox.apache.org/repos/asf/pinot.git.


      at 3089e6d  adding JAVA_OPTS env var in docker image

This branch includes the following new commits:

     new 3089e6d  adding JAVA_OPTS env var in docker image

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[pinot] 01/01: adding JAVA_OPTS env var in docker image

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch fixing_docker_image_env_var
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit 3089e6d8398ca820186a2ab9234eb48db674e368
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Thu Nov 18 15:31:19 2021 -0800

    adding JAVA_OPTS env var in docker image
---
 docker/images/pinot/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/images/pinot/Dockerfile b/docker/images/pinot/Dockerfile
index ce54bbd..413cd2a 100644
--- a/docker/images/pinot/Dockerfile
+++ b/docker/images/pinot/Dockerfile
@@ -65,6 +65,7 @@ FROM openjdk:${JAVA_VERSION}-jdk-slim
 LABEL MAINTAINER=dev@pinot.apache.org
 
 ENV PINOT_HOME=/opt/pinot
+ENV JAVA_OPTS="-Xms4G -Xmx4G -Dpinot.admin.system.exit=false"
 
 VOLUME ["${PINOT_HOME}/configs", "${PINOT_HOME}/data"]
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org