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

Is it possible to disable disk I/O to make it memory-based? #11883

Closed
gaukas opened this issue May 11, 2020 · 3 comments
Closed

Is it possible to disable disk I/O to make it memory-based? #11883

gaukas opened this issue May 11, 2020 · 3 comments

Comments

@gaukas
Copy link

gaukas commented May 11, 2020

I am working on a latency-sensitive project and don't want to have the disk I/O to slow it down.
The tmpfs would be my worst solution but I wonder if it is possible to disable the disk I/O internally to make the storage memory-based?
I didn't see any instructions or relative discussions. Any guidance/suggestions are welcomed. Thank you.

@gaukas gaukas closed this as completed May 12, 2020
@xiang90
Copy link
Contributor

xiang90 commented May 12, 2020

no memory storage support yet. i guess temfs is your best bet right now.

@gaukas
Copy link
Author

gaukas commented May 13, 2020

Fair enough. Thanks!

@warmchang
Copy link

Part of this: #11946

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants