Gregory Oschwald

Results 175 comments of Gregory Oschwald

There is a `Dispose` method that will call `Dispose` on the underlying `MemoryMappedFile`. I don't know if this is sufficient for your use case or not. On a POSIX system,...

Another option is to use the memory mode rather than the memory-mapped one. This will load the file into memory rather than mapping the file. You can do this with...

We are also experiencing this on our Windows builds after upgrading from 3.0.0 to 3.1.1.

To be clear, there is no limit on the number of queries that can be made to the GeoLite database. The limit on the page is for the separate GeoLite...