Skip to content

Commit

Permalink
Merge pull request #506 from EBISPOT/#498
Browse files Browse the repository at this point in the history
Increase solr mem for prod and dev
  • Loading branch information
henrietteharmse authored Sep 14, 2023
2 parents 88c0d0d + e8dea3d commit bb09b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8chart-dev/ols4/templates/ols4-solr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ spec:
args: ["echo Downloading data && rm -rf /data/solr && mkdir /data/solr && wget -qO- $SOLR_TARBALL_URL | tar -xz -C /data/ && echo Starting solr && solr-foreground -a -XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"]
resources:
requests:
memory: 8Gi
memory: 10Gi
cpu: 0.5
limits:
memory: 8Gi
memory: 10Gi
cpu: 1
env:
- name: SOLR_TARBALL_URL
Expand Down
4 changes: 2 additions & 2 deletions k8chart/ols4/templates/ols4-solr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ spec:
args: ["echo Downloading data && rm -rf /data/solr && mkdir /data/solr && wget -qO- $SOLR_TARBALL_URL | tar -xz -C /data/ && echo Starting solr && solr-foreground -a -XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"]
resources:
requests:
memory: 20Gi
memory: 25Gi
cpu: 0.5
limits:
memory: 20Gi
memory: 25Gi
cpu: 2
env:
- name: SOLR_TARBALL_URL
Expand Down

0 comments on commit bb09b54

Please sign in to comment.