lite
lite copied to clipboard
added flag cachePath
boltdb cannot run a file from a shared folder in Virtualbox, especially if you are using a Mac. A workaround here is to run the boltdb file from a non-shared folder.
mmap(NULL, 32768, PROT_READ, MAP_SHARED, 3, 0) = -1 EINVAL (Invalid argument)
https://github.com/boltdb/bolt/issues/272
up!