Explicit documentation surrounding default machine CPU and memory settings and implications for container resources #20292
chrishoina
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ended up documenting this in a post here. But the issue I was running into ended up being one of insufficient memory in the virtual machine (or at least that is what I think).
I had a previous container with a volume attached, and it would always show as healthy. It is an Oracle 21c image from the Oracle Container Registry. I wanted to create another container with an Oracle 23c database. And the build always seemed to hang. And when I would issue the podman ps command it's status would always be unhealthy.
I ended up initializing a new machine with cpu=2 and memory=4096. And then created the two containers, both are healthy. Some observations (from beginner):
Beta Was this translation helpful? Give feedback.
All reactions