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

Use tmpfs to accelerate the process dump and restore #16

Open
2 tasks
xjtuwxg opened this issue Jun 8, 2021 · 1 comment
Open
2 tasks

Use tmpfs to accelerate the process dump and restore #16

xjtuwxg opened this issue Jun 8, 2021 · 1 comment

Comments

@xjtuwxg
Copy link
Member

xjtuwxg commented Jun 8, 2021

  • Measure the performance overhead of the process rewriting.
  • Measure the overhead of using a tmpfs RAM disk.
@xjtuwxg xjtuwxg added this to the Evaluation and paper writing. milestone Jun 8, 2021
@xjtuwxg
Copy link
Member Author

xjtuwxg commented Jun 8, 2021

Create a tmpfs dir:

❯ mkdir root
❯ sudo mount tmpfs ./root -t tmpfs -o size=1G
... Do the dump/restore here ...
❯ sudo umount ./root

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

No branches or pull requests

1 participant