unikraft / catalog

Unikraft Applications & Examples Catalog
23 stars 29 forks source link

fix(library): Use memory argument to run Python #112

Closed razvand closed 3 months ago

razvand commented 3 months ago

The current kraft run command doesn't feature the -M option to pass the required amount of memory for the Python 3.12 build. Because of that, using kraft run doesn't work.

Update the command to feature -M 512M, i.e. enough memory to run Python.

razvand commented 3 months ago

This was just a test PR.