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

Limit memory size not available #87

Open
892294101 opened this issue Oct 14, 2021 · 2 comments
Open

Limit memory size not available #87

892294101 opened this issue Oct 14, 2021 · 2 comments

Comments

@892294101
Copy link

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?

@892294101
Copy link
Author

I plan to use it as a data caching module in my project.

I hope you can tell me the solution.

Thank you.

@aman-arista
Copy link

Bigqueue writes data to disks and that is why you could enqueue more data that what is allowed to be in memory.

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

2 participants