@sickcodes commented on GitHub (Nov 14, 2021):
Test these I have had this experience before:
(as root)
To Clear PageCache, dentries and inodes:
`$ sync; echo 3 > /proc/sys/vm/drop_caches`
To Clear PageCache only:
`$ sync; echo 1 > /proc/sys/vm/drop_caches`
To Clear dentries and inodes:
`$ sync; echo 2 > /proc/sys/vm/drop_caches`
From https://linuxapt.com/tags/arch-linux-clear-ram-cache
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ghost on GitHub (Nov 10, 2021).
(that long script) Output
Error
@sickcodes commented on GitHub (Nov 14, 2021):
Test these I have had this experience before:
(as root)
To Clear PageCache, dentries and inodes:
$ sync; echo 3 > /proc/sys/vm/drop_cachesTo Clear PageCache only:
$ sync; echo 1 > /proc/sys/vm/drop_cachesTo Clear dentries and inodes:
$ sync; echo 2 > /proc/sys/vm/drop_cachesFrom https://linuxapt.com/tags/arch-linux-clear-ram-cache