2025年3月25日 星期二

[研究]VMware Workstation Pro 17 的 VM 記憶體大小疑問 (Rocky Linux 9.5)

[研究]VMware Workstation Pro 17 的 VM 記憶體大小疑問 (Rocky Linux 9.5)

2025-03-24

在測試安裝某軟體,有記憶體最低需求,軟體並會檢查記憶,實際有點出乎預料。




[user1@localhost ~]$ free -h
               total        used        free      shared  buff/cache   available   
Mem:           3.5Gi       1.4Gi       911Mi        22Mi       1.5Gi       2.2Gi
Swap:          3.9Gi          0B       3.9Gi
[user1@localhost ~]$ cat /proc/meminfo | grep MemTotal
MemTotal:        3713092 kB
[user1@localhost ~]$ 

********************************************************************************

改設定為 5120 MB

[user1@localhost ~]$ free -h
               total        used        free      shared  buff/cache   available
Mem:           4.5Gi       1.5Gi       1.8Gi        24Mi       1.5Gi       3.1Gi
Swap:          3.9Gi          0B       3.9Gi
[user1@localhost ~]$ cat /proc/meminfo | grep MemTotal
MemTotal:        4761668 kB
[user1@localhost ~]$ 

********************************************************************************

要縮減 RAM,要先 Power Off,改設定為 4608 MB

[user1@localhost ~]$ free -h
               total        used        free      shared  buff/cache   available
Mem:           4.0Gi       1.4Gi       2.3Gi        22Mi       556Mi       2.6Gi
Swap:          3.9Gi          0B       3.9Gi
[user1@localhost ~]$ cat /proc/meminfo | grep MemTotal
MemTotal:        4223008 kB
[user1@localhost ~]$ 

********************************************************************************

虛擬機器記憶體限制和硬體版本 
Virtual machine memory limits and hardware versions
https://knowledge.broadcom.com/external/article?legacyId=1014006

(完)

沒有留言:

張貼留言