Skip to content

Commit

Permalink
Merge pull request #5297 from systeminit/fix/jail_memory
Browse files Browse the repository at this point in the history
fix: jail memory size incorrectly increaed
  • Loading branch information
sprutton1 authored Jan 21, 2025
2 parents 6821453 + 7834caa commit fb95d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/si-firecracker/src/scripts/prepare_jailer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ cat << EOF
],
"machine-config": {
"vcpu_count": 4,
"mem_size_mib": 1024
"mem_size_mib": 512
},
"network-interfaces": [{
"iface_id": "1",
Expand Down

0 comments on commit fb95d12

Please sign in to comment.