Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(EXC-1821): Enable on-disk compilation cache #3554

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adambratschikaye
Copy link
Contributor

EXC-1821

Switch from a purely in-memory compilation cache to one that stores wasmtime compilation artifacts on disk. This will allow us to increase the size of the cache and reduce sandbox memory by mapping files for the executable code instead of copying them into anonymous memory. It will also allow us to remove the execmem selinux permisions for sandboxes.

EXC-1821

Switch from a purely in-memory compilation cache to one that stores
wasmtime compilation artifacts on disk. This will allow us to increase
the size of the cache and reduce sandbox memory by mapping files for the
executable code instead of copying them into anonymous memory. It will
also allow us to remove the `execmem` selinux permisions for sandboxes.
@github-actions github-actions bot added the feat label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant