Skip to content

scripts: stop the guest tmpfs from starving the target - #196

Merged
morehouse merged 1 commit into
lnfuzz:masterfrom
erickcestari:remove-container-tar
Aug 10, 2026
Merged

scripts: stop the guest tmpfs from starving the target#196
morehouse merged 1 commit into
lnfuzz:masterfrom
erickcestari:remove-container-tar

Conversation

@erickcestari

Copy link
Copy Markdown
Contributor

The Nyx guest has no disk: /tmp is a tmpfs that must hold the container tarball, the tree extracted from it, and every byte the target writes at runtime. Its default cap is half the VM's RAM, so unpacking a 600 MB image needs a 3 GB VM; below that, tar fails with ENOSPC and the agent aborts with an empty message that says nothing about what went wrong.

Partially address #195

The Nyx guest has no disk: /tmp is a tmpfs that must hold the container
tarball, the tree extracted from it, and every byte the target writes at
runtime. Its default cap is half the VM's RAM, so unpacking a 600 MB image
needs a 3 GB VM; below that, tar fails with ENOSPC and the agent aborts with
an empty message that says nothing about what went wrong.

@morehouse morehouse left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morehouse
morehouse merged commit 6c30e65 into lnfuzz:master Aug 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants