mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-07 15:33:10 +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
|
- containerPort: 6890
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 6Gi
|
memory: {{ .Values.experiment.memory | quote }}
|
||||||
limits:
|
limits:
|
||||||
memory: 6Gi
|
memory: {{ .Values.experiment.memory | quote }}
|
||||||
env:
|
env:
|
||||||
- name: CLIENT_POD_NAME
|
- name: CLIENT_POD_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
@ -5,6 +5,8 @@ experiment:
|
|||||||
seederSets: 4
|
seederSets: 4
|
||||||
repetitions: 10
|
repetitions: 10
|
||||||
|
|
||||||
|
memory: "1Gi"
|
||||||
|
|
||||||
# Experiments are ran as part of groups which may entail several invocations for this Helm chart.
|
# 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.
|
# We therefore identify both the experiment within a group, and the group itself.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user