在 Windows 10 机器中,我安装了需要 WSL2 的 Rancher Desktop。
每当我启动 Rancher Desktop 时,
vmmem
进程就会启动高 CPU 利用率并达到 100%。我看到文章使用 wslconfig 文件限制内存 (c:\Users\damie\.wslconfig
),但仅限于内存。
有没有办法限制CPU?
[wsl2]
memory=4GB
谢谢。
您可以使用“处理器”来设置 WSL2 有多少个可用核心。例如:
[wsl2]
memory=16000MB #Limits VM memory in WSL 2 to 900MB
processors=8 #Makes the WSL 2 VM use eight virtual processors
这是来自 Microsoft 的文档。