Skip to content

Commit

Permalink
feat: 50.22 (#75)
Browse files Browse the repository at this point in the history
* Update run_app.sh

* Update values.yaml

* increase metaspace size

* Update run_app.sh
  • Loading branch information
mishraomp authored Aug 30, 2024
1 parent 35fe25d commit 3c14598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nr-metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metabase:
# the below is for renovate to keep pushing PRs, so that it keeps getting updated.
metabaseImage:
repository: metabase/metabase
tag: v0.50.21
tag: v0.50.22
containerPort: 3000
environment: production
service:
Expand Down
2 changes: 1 addition & 1 deletion metabase/run_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ echo "Adding certs"
done

echo "Starting Metabase"
java -jar metabase.jar
java -Duser.name=metabase -Xms750m -Xmx750m -XX:TieredStopAtLevel=2 -XX:+UseParallelGC -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=350m -XX:ParallelGCThreads=2 -Djava.util.concurrent.ForkJoinPool.common.parallelism=4 -XX:CICompilerCount=2 -XX:+ExitOnOutOfMemoryError -jar metabase.jar

0 comments on commit 3c14598

Please sign in to comment.