mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
cannot apply additional memory protection after relocation #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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