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 memory
I 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.
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 memory`
I don't know why there is no prerequisite section in the [README](https://github.com/sickcodes/Docker-OSX/#id-like-to-run-docker-osx-on-windows) 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?