You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yanggeorge Which version of Java are you using? If you are using Java 11, it might be happening because of the issue mentioned here [https://github.com//issues/39]
I create a bigqueue, and enqueue many items, then dequeue all.
But the size of bigqueue on disk will become bigger and bigger.
How to release space or reduce file ?
I have tried IBigQueue.gc() , but not working .
IBigQueue.removeAll() will reduce the file, but I only want to clear consumed items.
The text was updated successfully, but these errors were encountered: