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
Hi! We have a problem while using mercure and can't figure out what wrong...
We are using mercure for the subscription API but the memory usage always go up an up but never down... here is a screenshot of the last 30 days.
We are using the latest docker image through docker-compose.
I don't think it's normal that the memory usage going up like this... Or is it? How to fix this? is there is something to disable that we didn't?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Are you using the BoltDB transport, (the default, which is kind of an in-memory DB)?
If yes that's quite normal. Try to set a maximum size to the history (https://mercure.rocks/docs/hub/config#bolt-adapter) or to switch to the local transport to see if the problem persists.
Hi! We have a problem while using mercure and can't figure out what wrong...
We are using mercure for the subscription API but the memory usage always go up an up but never down... here is a screenshot of the last 30 days.
We are using the latest docker image through docker-compose.
I don't think it's normal that the memory usage going up like this... Or is it? How to fix this? is there is something to disable that we didn't?
Thanks a lot
The text was updated successfully, but these errors were encountered: