unikraft / catalog

Unikraft Applications & Examples Catalog
23 stars 29 forks source link

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

Open procub3r opened 3 months ago

procub3r commented 3 months ago

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.

procub3r commented 3 months ago

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