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
@jpkrohling jaeger-all-in-one(1.24.0+) still not clean the log data. is it possible to set all the configurations of badger by CLI flages?
opts.LevelOneSize = 32 << 20
opts.TableLoadingMode = options.FileIO
opts.ValueLogLoadingMode = options.FileIO
opts.MaxTableSize = 4 << 20
opts.NumLevelZeroTables = 1
opts.NumLevelZeroTablesStall = 2
opts.NumMemtables = 1
opts.NumVersionsToKeep = 0
opts.ValueLogFileSize = 32 << 20
Closing as should be resolved by #2613.
If the problem still occurs please reopen.
Originally posted by @objectiser in #1916 (comment)
The text was updated successfully, but these errors were encountered: