首頁  >  文章  >  運維  >  如何解決docker 記憶體 不足問題

如何解決docker 記憶體 不足問題

藏色散人
藏色散人原創
2022-01-12 11:29:528696瀏覽

docker記憶體不足的解決方法:1、找到「C:\Users\(username)\AppData\Roaming\Docker\settings.json」;2、編輯memoryMiB值;3、重啟docker即可。

如何解決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).

&#39;DockerDesktopVM&#39; 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中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn