gonzojive commented :
I am attempting to restore from backup and running out of memory. Here’s a memory profile:
latest options:
func badgerOpts(dbPath string) badger.Options {
return badger.DefaultOptions(dbPath).
WithValueLogLoadingMode(options.FileIO).
WithTableLoadingMode(options.FileIO).
WithNumMemtables(1).
WithCompression(options.Snappy).
WithKeepL0InMemory(false).WithLogger(&gLogger{})
}
