chart(experiment): Add memory percentage in the experiment (#166)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
This commit is contained in:
UDIT GAURAV
2020-03-12 22:51:42 +05:30
committed by GitHub
parent 8c441672fb
commit 2494a367c6

View File

@@ -51,6 +51,11 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
## specify the size as percent of total available memory (in percentage %)
## Default value "90%"
- name: MEMORY_PERCENTAGE
value: '90'
# Period to wait before injection of chaos in sec # Period to wait before injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''