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
I'm starting a project where, after some research, I would like to embed clover db. I've started to tried it but I'm getting kernel panic due to memory allocation.
I was going through past issues and I read issue #35 , so I made sure I'm using db.Close(), actually my code is just your repply to that issue:
Hi, @cmbbr, there problem here is that badgerDB is very memory demanding.
Give a look at this PR: #99
In that branch, I'm integrating support for supporting both boltDB and badgerDB. Maybe using boltDB for you could be better, since it's really less memory demanding.
Let me know if you are able to use that branch and if it works for you. I'll have it merged soon
Hello,
I'm starting a project where, after some research, I would like to embed clover db. I've started to tried it but I'm getting kernel panic due to memory allocation.
I was going through past issues and I read issue #35 , so I made sure I'm using db.Close(), actually my code is just your repply to that issue:
After which I get a kernel panic saying:
My question is: is there a way to configure the db so it doesn't reserve so much memory from the start?
Thank you for your work.
The text was updated successfully, but these errors were encountered: