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

LifoSemMPMCQueue full, can't add item #30

Closed
abhiguru opened this issue Mar 5, 2016 · 3 comments
Closed

LifoSemMPMCQueue full, can't add item #30

abhiguru opened this issue Mar 5, 2016 · 3 comments

Comments

@abhiguru
Copy link

abhiguru commented Mar 5, 2016

What is the limit and how can one go about increasing it ?

@crackcomm
Copy link

Not sure what this is all about but this is a constructor:

explicit LifoSemMPMCQueue(size_t max_capacity)

And no methods for increasing capacity.

@djwatson
Copy link

Correct, it can only be set at compile time. We're working on some changes to make it dynamically sizeable currently.

@shashank88
Copy link

@djwatson was this ever resolved? I am hitting a similar issue via folly where I get:
folly::QueueFullException(LifoSemMPMCQueue full, can't add item)

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

4 participants