We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bigqueue. Setarenasize() default 128M
Bigqueue. Setmaxinmememarenas() defaults to 3
Theoretically, the maximum number of Enqueue data is 128 * 3, but in practice, I can test unlimited Enqueue data.
How can I limit the Enqueue data to 1024m?
The text was updated successfully, but these errors were encountered:
I plan to use it as a data caching module in my project.
I hope you can tell me the solution.
Thank you.
Sorry, something went wrong.
Bigqueue writes data to disks and that is why you could enqueue more data that what is allowed to be in memory.
No branches or pull requests
Bigqueue. Setarenasize() default 128M
Bigqueue. Setmaxinmememarenas() defaults to 3
Theoretically, the maximum number of Enqueue data is 128 * 3, but in practice, I can test unlimited Enqueue data.
How can I limit the Enqueue data to 1024m?
The text was updated successfully, but these errors were encountered: