mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-03 21:43:09 +00:00
feat: add memory parameter to Deluge values file
This commit is contained in:
parent
205f926f89
commit
f7adf878eb
@ -46,9 +46,9 @@ spec:
|
||||
- containerPort: 6890
|
||||
resources:
|
||||
requests:
|
||||
memory: 6Gi
|
||||
memory: {{ .Values.experiment.memory | quote }}
|
||||
limits:
|
||||
memory: 6Gi
|
||||
memory: {{ .Values.experiment.memory | quote }}
|
||||
env:
|
||||
- name: CLIENT_POD_NAME
|
||||
valueFrom:
|
||||
|
||||
@ -5,6 +5,8 @@ experiment:
|
||||
seederSets: 4
|
||||
repetitions: 10
|
||||
|
||||
memory: "1Gi"
|
||||
|
||||
# Experiments are ran as part of groups which may entail several invocations for this Helm chart.
|
||||
# We therefore identify both the experiment within a group, and the group itself.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user