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

feature: introduce memory-based proxy-cache plugin. #1304

Closed
agile6v opened this issue Mar 19, 2020 · 6 comments · Fixed by #5028
Closed

feature: introduce memory-based proxy-cache plugin. #1304

agile6v opened this issue Mar 19, 2020 · 6 comments · Fixed by #5028

Comments

@agile6v
Copy link
Member

agile6v commented Mar 19, 2020

Hi

It's time to introduce memory-based proxy-cache plugin and i will work on it.

Thanks.

#1127

@moonming
Copy link
Member

Cool, @agile6v

@spacewander
Copy link
Member

This issue is marked as stale because it has not had activity for a long time. It will be closed in the next 7 days unless the label "stale" is removed. Thank you for your contributions.

@tokers
Copy link
Contributor

tokers commented Mar 1, 2021

@agile6v Try to set the proxy_temp_path to /dev/shm or other tmpfs file systems can be an alternative way to implement the memory-based proxy cache.

@spacewander
Copy link
Member

Yes. We can implement it via existent plugin.

@agile6v
Copy link
Member Author

agile6v commented Sep 9, 2021

Sorry for the long delay.

@agile6v
Copy link
Member Author

agile6v commented Sep 9, 2021

@agile6v Try to set the proxy_temp_path to /dev/shm or other tmpfs file systems can be an alternative way to implement the memory-based proxy cache.

/dev/shm or tmpfs is a good workaround. But it has a serious problem that it cannot be cleaned up in time when the disk space is full. It may cause client receive 500 response code. Thanks.

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 a pull request may close this issue.

4 participants