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

python:3.12, python:3.10: The run command in the README.md file doesn't work. #110

Open
procub3r opened this issue Mar 30, 2024 · 1 comment

Comments

@procub3r
Copy link

Running the command as written in the README.md doesn't work.

kraft run -p 8080:8080 unikraft.org/python:3.12

This is because we are not providing enough memory. Adding a -M 256M flag makes it work!

The working command:

kraft run -p 8080:8080 -M 256M unikraft.org/python:3.12
procub3r added a commit to procub3r/unikraft-catalog that referenced this issue Mar 30, 2024
A minimum memory of 256M works well for the `python:3.12` library
application. Without this, the application crashes

Signed-off-by: procub3r <procub3r@proton.me>
@procub3r procub3r changed the title python:3.12: The run command in the README.md file doesn't work. python:3.12, python:3.10: The run command in the README.md file doesn't work. Mar 30, 2024
@procub3r
Copy link
Author

This is the case for the application python:3.10 as well. Providing -M 256M works!

procub3r added a commit to procub3r/unikraft-catalog that referenced this issue Mar 30, 2024
Fixes unikraft#110

Signed-off-by: procub3r <procub3r@proton.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant