sosy-lab / benchexec

BenchExec: A Framework for Reliable Benchmarking and Resource Measurement
Apache License 2.0
220 stars 192 forks source link

Support for fuse-overlayfs #928

Open PhilippWendler opened 8 months ago

PhilippWendler commented 8 months ago

fuse-overlayfs is a user-space implementation of overlayfs and commonly used by container solutions. While performance is expected to be lower than the kernel implementation, this should not matter much for our use cases, and it could help to get around #776. A disadvantage would be that it is a new dependency that users have to install. But we could consider it as an optional alternative to the kernel overlayfs.

zain581 commented 3 months ago

@PhilippWendler i wanted to work on this issue , Can you explain more about it and any implementation from where i can start .

PhilippWendler commented 2 months ago

Sorry, for the late response, I was ill.

I want to let you know that we might get someone from GSoC working on this project, but the decision is not yet made. Are you still interested in learning about this issue?