Skip to content

Commit 41328d8

Browse files
committed
fix: bump python example memory from 96Mi to 512Mi
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent c538c48 commit 41328d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/python/Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export DOCKER_BUILDKIT := "0"
1111

1212
kernel := ".unikraft/build/python-hyperlight_hyperlight-x86_64"
1313
initrd := "initrd.cpio"
14-
memory := "96Mi"
14+
memory := "512Mi"
1515
image := "python-hyperlight"
1616
ghcr_kernel := "ghcr.io/hyperlight-dev/hyperlight-unikraft/python-kernel:latest"
1717

0 commit comments

Comments
 (0)