Skip to content

Commit

Permalink
Set InitialRAMPercentage and update purls for pride and unimod.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Oct 17, 2023
1 parent edc6f7e commit 4d08185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"http://purl.obolibrary.org/obo/pride_cv.obo#part_of"
],
"oboSlims": false,
"ontology_purl": "https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/pride_cv.obo"
"ontology_purl": "https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/pride_cv.owl"
},
{
"id": "bao",
Expand Down Expand Up @@ -583,7 +583,7 @@
],
"oboSlims": false,
"reasoner": "NONE",
"ontology_purl": "http://www.unimod.org/obo/unimod.obo"
"ontology_purl": "https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/unimod.owl"
},
{
"id": "nmrCV",
Expand Down
2 changes: 1 addition & 1 deletion k8chart/ols4/templates/ols4-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
- name: SERVER_SERVLET_CONTEXT_PATH
value: /ols4
- name: JAVA_OPTIONS
value: "-XX:MinRAMPercentage=60.0 -XX:MaxRAMPercentage=80.0"
value: "-XX:InitialRAMPercentage=60.0 -XX:MinRAMPercentage=60.0 -XX:MaxRAMPercentage=80.0"

0 comments on commit 4d08185

Please sign in to comment.