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
530
530
for i in $( ls /sys/devices/system/cpu/cpu* /cpufreq/scaling_governor) ; do echo performance | sudo tee $i ; done
531
531
```
532
532
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
+
533
539
Sbt plugin for JMH tool is used for benchmarking, to see all their features and options please check
534
540
[ Sbt-JMH docs] ( https://github.com/ktoso/sbt-jmh ) and [ JMH tool docs] ( https://openjdk.java.net/projects/code-tools/jmh/ )
535
541
You can’t perform that action at this time.
0 commit comments