-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow end user to control badger's memory usage #3
Labels
enhancement
New feature or request
Comments
Avokadoen
added a commit
to Avokadoen/gowarcserver
that referenced
this issue
Feb 25, 2021
This allows the user to set the compression type so save memory footprint at the cost of cpu cycles
Avokadoen
added a commit
to Avokadoen/gowarcserver
that referenced
this issue
Feb 25, 2021
This allows the user to set the compression type so save memory footprint at the cost of cpu cycles
Avokadoen
added a commit
to Avokadoen/gowarcserver
that referenced
this issue
Feb 25, 2021
This allows the user to set the compression type so save memory footprint at the cost of cpu cycles
Avokadoen
added a commit
to Avokadoen/gowarcserver
that referenced
this issue
Mar 1, 2021
This allows the user to set the compression type so save memory footprint at the cost of cpu cycles
Avokadoen
added a commit
to Avokadoen/gowarcserver
that referenced
this issue
Mar 1, 2021
This allows the user to set the compression type so save memory footprint at the cost of cpu cycles
This was referenced Mar 6, 2021
Avokadoen
added a commit
to Avokadoen/gowarcserver
that referenced
this issue
Apr 20, 2021
The code was outdated and had to be modified to make sense with master
Related pr #10 |
Note: version of badger has changed drastically since this issue was filed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently the gowarcserver's can consume more memory than they should in their host container
Describe the solution you'd like
Badger has an extensive API that should enable a solution where the end user can configure the memory usage on startup using arguments and/or the config file. @maeb has a previous attempt at this which can be found on over at the gowarc repo (link is not permanent, so it might die at some point).
Additional context
A good place to start might be badgers documentation entry on memory usage https://dgraph.io/docs/badger/get-started/#memory-usage
All option fields in badger v2.2007.2:
https://github.com/dgraph-io/badger/blob/d5a25b83fbf4f3f61ff03a9202e36f5b75544426/options.go#L35
The text was updated successfully, but these errors were encountered: