gordonwatts / func_adl_server

Helm chart to get started with an analysis server - mostly experimental
MIT License
0 stars 0 forks source link

Where can we store mongodb so it survives between restarts? #11

Open gordonwatts opened 5 years ago

gordonwatts commented 5 years ago

This is a windows problem - we can't memory map to a local file, unfortunately.

Here is a stack overflow question about it: https://stackoverflow.com/questions/56721514/persist-mongodb-between-invocations-in-kubernetes-on-a-single-node-cluster-on-wi

First job: follow up on some of the suggestions there.