GabrielBrascher commented on a change in pull request #4958:
URL: https://github.com/apache/cloudstack/pull/4958#discussion_r648826072
##########
File path:
plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/utils/linux/KVMHostInfo.java
##########
@@ -42,6 +42,8 @@
private long overCommitMemory;
private List<String> capabilities = new ArrayList<>();
+ public static String cpuInfoMaxFreqFileName =
"/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq";
Review comment:
It seems that this variable could be private.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]