Is there a way to manage container memory limit? #3301
-
I'm using Rancher Desktop for local development on macOS Monterey. I'm trying to build an application image (complex NextJS application) that requires more memory than what Rancher Desktop affords to containers by default (it seems to be about 3Gb). I thought that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Are you running on Intel or ARM? There is a limitation to 3GB on ARM when running on macOS versions older than 12.4 due to a macOS kernel bug that has been fixed by Apple in 12.4. If you are not on ARM/M1, or on a newer version of macOS, then your issue must be something else. |
Beta Was this translation helpful? Give feedback.
Are you running on Intel or ARM? There is a limitation to 3GB on ARM when running on macOS versions older than 12.4 due to a macOS kernel bug that has been fixed by Apple in 12.4.
If you are not on ARM/M1, or on a newer version of macOS, then your issue must be something else.