docker記憶體不足的解決方法:1、找到「C:\Users\(username)\AppData\Roaming\Docker\settings.json」;2、編輯memoryMiB值;3、重啟docker即可。
本文操作環境:Windows7系統、docker desktop win版本、Dell G3電腦。
如何解決docker 記憶體 不足問題?
解決docker dektop Not enough memory記憶體不足RAM,Unable to start
在修改RAM至14Gb之後啟動失敗,提示記憶體不足,無法從GUI的settings更改,提示錯誤如下
Unable to start at Docker.Core.Pipe.NamedPipeClient.d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters) at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup) at Docker.Actions.<>c__DisplayClass24_0.b__0() at Docker.ApiServices.TaskQueuing.TaskQueue.<>c__DisplayClass17_0.<.ctor>b__1() Not enough memory in the system to start the virtual machine DockerDesktopVM. Could not initialize memory: Ran out of memory (0x8007000E). 'DockerDesktopVM' failed to start. (Virtual machine ID E882D002-05C8-47C9-B90E-303A9C6E22EC) Not enough memory in the system to start the virtual machine DockerDesktopVM with ram size 2048 megabytes. (Virtual machine ID E882D002-05C8-47C9-B90E-303A9C6E22EC)
解決
Out of memory - Issue since latest update · Issue #4368 · docker/for-win https://github.com/docker/for-win/issues/4368
解決方法是,您可以手動編輯settings.json檔案以減少VM記憶體。這通常在
C:\Users\(username)\AppData\Roaming\Docker\settings.json
。編輯memoryMiB
值。
重啟docker問題解決!
推薦學習:《docker教學》
以上是如何解決docker 記憶體 不足問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!