Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(library): Assign minimum memory to fix crash #110 #111

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

procub3r
Copy link

The documentation for the python:3.12 application doesn't specify a -M flag in the run command. As a result, There isn't enough memory to successfully run the application.

A minimum memory of 256M works well. Without this, the application crashes.

A minimum memory of 256M works well for the `python:3.12` library
application. Without this, the application crashes

Signed-off-by: procub3r <[email protected]>
@procub3r
Copy link
Author

The exact same issue is present in python:3.10 as well.

@razvand razvand requested a review from StefanJum August 22, 2024 07:38
@razvand razvand self-assigned this Aug 22, 2024
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@procub3r thanks, this looks fine.

Please use your full name, not your GitHub username, when doing the commit, both in the sign-off message and in git config --global user.name.
After that we can merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants