You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Manoj Mohanan (Jira)" <ji...@apache.org> on 2022/06/21 11:15:00 UTC

[jira] [Created] (FINERACT-1644) Max Heap Space to be Configurable for Docker Image

Manoj Mohanan created FINERACT-1644:
---------------------------------------

             Summary: Max Heap Space to be Configurable for Docker Image
                 Key: FINERACT-1644
                 URL: https://issues.apache.org/jira/browse/FINERACT-1644
             Project: Apache Fineract
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.7.0
            Reporter: Manoj Mohanan
            Assignee: Dhaval Maniyar


The jibDockerBuild builds the docker image with hardcoded Java Opts values of min and max heap space. This makes it very difficult to configure these values externally using docker-compose or Kubernetes.

Hence the hardcoding of max heap space should be removed from the docker build script and move to the docker-compose and the Kubernetes configurations.

 

Files to be updated to add the configurations:
 * ineract/docker-compose-postgresql.yml
 * fineract/docker-compose.yml
 * fineract/kubernetes/fineract-server-deployment.yml



--
This message was sent by Atlassian Jira
(v8.20.7#820007)