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

alloc memory separately for mem cache #667

Merged
merged 1 commit into from
Jul 20, 2021
Merged

alloc memory separately for mem cache #667

merged 1 commit into from
Jul 20, 2021

Conversation

davies
Copy link
Contributor

@davies davies commented Jul 20, 2021

Currently, the mem cache use the same memory allocated for buffers, then it will run out of buffer memory and block the write.

This PR change to allocate new memory for cache.

@davies davies requested a review from SandyXSD July 20, 2021 08:55
@davies davies merged commit b8468a9 into main Jul 20, 2021
@davies davies deleted the mem_cache branch July 20, 2021 09:09
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 this pull request may close these issues.

None yet

1 participant