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
We are using badgerhold in a REST API project for holding around 200-300 records. With only these amount of records our application hits it memory limit of 1GiB. We have observed a lot of OOMKilled errors on our containers.
This might possibly be a duplicate of #86 , and comments in that thread refer to the memory usage section of the documentation. But it will be more helpful if some examples are provided for the Options struct and how to use them. Also is there a way to optimise the count calls for simpler trivial queries.
The text was updated successfully, but these errors were encountered:
We are using badgerhold in a REST API project for holding around 200-300 records. With only these amount of records our application hits it memory limit of 1GiB. We have observed a lot of OOMKilled errors on our containers.
This might possibly be a duplicate of #86 , and comments in that thread refer to the memory usage section of the documentation. But it will be more helpful if some examples are provided for the
Options
struct and how to use them. Also is there a way to optimise the count calls for simpler trivial queries.The text was updated successfully, but these errors were encountered: