We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaacaa commit bc6a7d2Copy full SHA for bc6a7d2
README.md
@@ -546,7 +546,8 @@ sudo systemctl list-units --state running
546
Then clear cache memory to improve system performance. One way to clear cache memory
547
on Linux without having to reboot the system:
548
```sh
549
-free -m -h && sudo echo 3 > /proc/sys/vm/drop_caches && free -m -h
+sudo su
550
+free -m -h && sync && echo 3 > /proc/sys/vm/drop_caches && free -m -h
551
```
552
553
Sbt plugin for JMH tool is used for benchmarking, to see all their features and options please check
0 commit comments