Skip to content

Commit

Permalink
fix(library): Assign minimum memory to fix crash #110
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
procub3r committed Mar 30, 2024
1 parent 21bf34c commit fe76895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/python/3.12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains the definition for the `unikraft.org/python:3.12` image
To run this image, [install Unikraft's companion command-line toolchain `kraft`](https://unikraft.org/docs/cli) and then you can run:

```console
kraft run -p 8080:8080 unikraft.org/python:3.12
kraft run -p 8080:8080 -M 256M unikraft.org/python:3.12
```

Query the server using:
Expand Down

0 comments on commit fe76895

Please sign in to comment.