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

Commits on Mar 30, 2024

  1. fix(library): Assign minimum memory to fix crash unikraft#110

    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 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fe76895 View commit details
    Browse the repository at this point in the history
  2. fix(library): Use -M flag in python:3.10 documentation

    Fixes unikraft#110
    
    Signed-off-by: procub3r <[email protected]>
    procub3r committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8cbe1d7 View commit details
    Browse the repository at this point in the history