1
0
Fork 0

Added drop_pagecache

This commit is contained in:
Starbeamrainbowlabs 2016-06-23 20:25:47 +01:00
parent c5e0c1ec84
commit f599fe210e
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Here's a list of the most interesting ones, along with what they do and where th
- genimagecomparisonframes - Another script I wrote to generate the frames for the first half of [this video](https://starbeamrainbowlabs.com/blog/images/20160525-Tessellator-Comparison.webm).
- [dtach](http://dtach.sourceforge.net/) - A minimal alternative to `screen` and `tmux`.
- [commacd](https://github.com/shyiko/commacd) - A faster way to move around.
- drop_pagecache - A quick script I wrote to drop the linux page cache.
## Disclaimer
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.

2
drop_pagecache Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo 1 | sudo tee /proc/sys/vm/drop_caches