Skip to content
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

modified opts.TableLoadingMode param in badger to reduce memory usuage #184

Closed
wants to merge 1 commit into from
Closed

modified opts.TableLoadingMode param in badger to reduce memory usuage #184

wants to merge 1 commit into from

Conversation

dreacot
Copy link
Contributor

@dreacot dreacot commented Apr 1, 2021

Modified opts.TableLoadingMode param from options.MemoryMap to options.FileIO

The default loading mode is memory-map which means data will be loaded into RAM when it is accessed. Using FileIO mode could severely affect your read speed but it should reduce the RAM usage.

@dreacot dreacot changed the title modified memory usage params in badger to reduce memory usuage modified opts.TableLoadingMode param in badger to reduce memory usuage Apr 1, 2021
@dreacot dreacot closed this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant