Skip to content

Commit

Permalink
Update system.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jul 1, 2024
1 parent 8eb1476 commit 910b7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func CheckSystemInfo(language string) string {
res += " VM-x/AMD-V/Hyper-V : " + ret.CpuVAH + "\n"
res += " 内存 : " + ret.MemoryUsage + " / " + ret.MemoryTotal + "\n"
if ret.VirtioBalloon != "" {
res += " 气球驱动 : " + ret.VirtioBalloon + "\n"
res += " 气球驱动 : " + ret.VirtioBalloon + "\n"
}
if ret.KSM != "" {
res += " 内存同页合并 : " + ret.KSM + "\n"
Expand Down

0 comments on commit 910b7cd

Please sign in to comment.