mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Add prerequisites section #502
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sam5epi0l on GitHub (Jun 4, 2023).
Just installed WSL2, Ubuntu, Docker and two 5 GB Mac containers in Windows 11, and finally came to know that it can't run on PC with 6 GB RAM (below actually). Wasted 3 hours in this and finally got RAM cannot be allocated error:
(qemu) qemu-system-x86_64: cannot set up guest memory 'pc.ram': Cannot allocate memoryI don't know why there is no prerequisite section in the README page where one gets suggested to keep system RAM higher than 8 GB or something.
There should be a complete list of system requirements mentioned before installation instructions.
@maietta commented on GitHub (Jun 5, 2023):
You can create virtual ram using disk space.
@sam5epi0l commented on GitHub (Jun 5, 2023):
@maietta , how's the speed? Can you share a how to?