Mark Wardle
Mark Wardle
The lmdb library states that the map size should be a multiple of the page size. The failing tests are examples which succeed when tested on systems with conventional page...
I've taken the view that if LMDB feels setting the right map size is the job of the client, then lmdbjava should do the same. As such, I've created a...
While waiting for the PR containing the fix for this to be merged, it is possible to recreate this functionality using your own tagged literal e.g. `#host` instead of `#hostname`:...
Hi. It would be great to see this merged, as this bug has just bitten me. Thanks @onoga for creating this PR.
Thanks @source-c
Thanks Rory. That is helpful.
Yes definitely - I have it deployed currently on a Windows Server VM within the NHS - but docker would make deployment trivial. It would need a link to a...
I think it is better to do the import of the SNOMED-CT data dynamically rather as a function of the build of docker image. As such, I'm re-opening this issue...
Actually, thinking about this more, this is a terrible idea from me. Instead, to make docker usage easier, much better to have a barebones docker image for the web service...
I guessed the map size for my typical workloads- not based on RAM or disk size but based on the data I needed to store. I then used experience to...