mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Added drop_pagecache
This commit is contained in:
parent
c5e0c1ec84
commit
f599fe210e
2 changed files with 3 additions and 0 deletions
|
@ -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).
|
- 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`.
|
- [dtach](http://dtach.sourceforge.net/) - A minimal alternative to `screen` and `tmux`.
|
||||||
- [commacd](https://github.com/shyiko/commacd) - A faster way to move around.
|
- [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
|
## 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.
|
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
2
drop_pagecache
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
echo 1 | sudo tee /proc/sys/vm/drop_caches
|
Loading…
Reference in a new issue