Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d94ad4a0dc | |||
| 791e745865 | |||
| 9fa72af1bf | |||
| abbba17dd0 |
@@ -6,6 +6,6 @@ resources:
|
||||
- bot.yaml
|
||||
images:
|
||||
- name: gitea.czernobog.pl/gitea/conjurer-librarian
|
||||
newTag: 5d321f2f
|
||||
newTag: 8e18071b
|
||||
- name: gitea.czernobog.pl/gitea/conjurer-bot
|
||||
newTag: 5d321f2f
|
||||
newTag: 8e18071b
|
||||
|
||||
@@ -33,8 +33,12 @@ spec:
|
||||
- { name: doi, mountPath: /doi, readOnly: true }
|
||||
- { name: state, mountPath: /lib_temp_files }
|
||||
resources:
|
||||
requests: { cpu: "100m", memory: "256Mi" }
|
||||
limits: { cpu: "1", memory: "1Gi" }
|
||||
requests: { cpu: "100m", memory: "512Mi" }
|
||||
# Headroom bump: the work-queue OOM is fixed in code, but a deep
|
||||
# search still pulls up to 15000 Crossref records into RAM and the
|
||||
# accumulating result JSONs are loaded whole. 2Gi gives margin so a
|
||||
# big search isn't OOM-killed. Tune down if the node is tight.
|
||||
limits: { cpu: "1", memory: "2Gi" }
|
||||
volumes:
|
||||
- name: doi
|
||||
nfs:
|
||||
|
||||
Reference in New Issue
Block a user