File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,12 @@ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
530530for i in $( ls /sys/devices/system/cpu/cpu* /cpufreq/scaling_governor) ; do echo performance | sudo tee $i ; done
531531```
532532
533+ Stop un-needed applications and services, then clear cache memory to improve system performance. One way to clear cache memory
534+ on Linux without having to reboot the system:
535+ ``` sh
536+ free -m -h && sudo echo 3 > /proc/sys/vm/drop_caches && free -m -h
537+ ```
538+
533539Sbt plugin for JMH tool is used for benchmarking, to see all their features and options please check
534540[ Sbt-JMH docs] ( https://github.com/ktoso/sbt-jmh ) and [ JMH tool docs] ( https://openjdk.java.net/projects/code-tools/jmh/ )
535541
You can’t perform that action at this time.
0 commit comments