diff --git a/lib/include/srslte/common/buffer_pool.h b/lib/include/srslte/common/buffer_pool.h index 54708b3e1..bfd021d1b 100644 --- a/lib/include/srslte/common/buffer_pool.h +++ b/lib/include/srslte/common/buffer_pool.h @@ -169,7 +169,7 @@ public: private: - static const int POOL_SIZE = 2048; + static const int POOL_SIZE = 4096; std::stack available; std::vector used; pthread_mutex_t mutex;