Skip to content
Snippets Groups Projects
Commit 1cfb95f8 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Removed the /tmp clean-up until the script is sorted

parent 92795eb7
No related branches found
No related tags found
1 merge request!130Dropping cache on epilog & prolog
#!/bin/sh
# echo 1 to drop page cache
sync; echo 1 > /proc/sys/vm/drop_caches
/bin/sync
/bin/echo 1 > /proc/sys/vm/drop_caches
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment