Skip to content

Commit

Permalink
Remove the JVM_HEAP_MAX env var
Browse files Browse the repository at this point in the history
The reporting stack environment file sets the `NIFI_JVM_HEAP_INIT` and `NIFI_JVM_HEAP_MAX`
Let the deployment use that
  • Loading branch information
morrismukiri authored May 23, 2019
1 parent 242466c commit e0572ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/reporting_env/services/deploy_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export NIFI_ENABLE_SSL=false
export NIFI_BEHIND_LOAD_BALANCER=true
export NIFI_LOAD_BALANCER_REDIRECT_HTTP=true
export NIFI_DOMAIN_NAME=nifi.uat.openlmis.org
export NIFI_JVM_HEAP_MAX=1g

reportingRepo=$1

Expand Down

0 comments on commit e0572ff

Please sign in to comment.