Skip to content

Commit 5fe49b9

Browse files
committed
remove extraneous escape characters for memory hog experiment
Signed-off-by: alininja <[email protected]>
1 parent 529b910 commit 5fe49b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/experiments/categories/pods/pod-memory-hog-exec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ spec:
245245
components:
246246
env:
247247
# command to kill the dd process
248-
# alternative command: "kill -9 $(ps afx | grep \"[dd] if=/dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
248+
# alternative command: "kill -9 $(ps afx | grep "[dd] if=/dev/zero" | awk '{print $1}' | tr '\n' ' ')"
249249
- name: CHAOS_KILL_COMMAND
250250
value: "kill $(find /proc -name exe -lname '*/dd' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}' | head -n 1)"
251251
- name: TOTAL_CHAOS_DURATION

0 commit comments

Comments
 (0)