facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.05k stars 539 forks source link

LifoSemMPMCQueue full, can't add item #30

Closed abhiguru closed 8 years ago

abhiguru commented 8 years ago

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

crackcomm commented 8 years ago

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 commented 8 years ago

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

shashank88 commented 5 years ago

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