Skip to content
Snippets Groups Projects
slurm.prolog.j2 96 B
Newer Older
Trung Nguyen's avatar
Trung Nguyen committed
#!/bin/sh

# echo 1 to drop page cache
/bin/sync
/bin/echo 1 > /proc/sys/vm/drop_caches

exit 0