Issue running badger on windows? MapViewOfFile

getting the following error just trying to open a badgerdb, any tips on how to get it to work with windows?

dataDir := "C:\Users\IEUser\Desktop\badgerdb"
opts := badger.DefaultOptions
opts.Dir = dataDir
opts.ValueDir = dataDir
db, err := badger.Open(opts)
if err != nil {
    logrus.Fatalf("unable to create db; %s", err)
}
←[31mFATAL←[0m[0000] - unable to create db; Unable to mmap RDWR log file: MapViewOfFile: The parameter is incorrect.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.