FDA / openfda

openFDA is an FDA project to provide open APIs, raw data downloads, documentation and examples, and a developer community for an important collection of FDA public datasets.
https://open.fda.gov
Creative Commons Zero v1.0 Universal
569 stars 131 forks source link

Added ulimits to docker-compose.yml #151

Closed dkrylovsb closed 3 years ago

dkrylovsb commented 3 years ago

Added ulimits to the pipeline container to overcome 'Too many open files' error from LevelDB in MAUDE:

leveldb.LevelDBError: IO error: ./data/maude/init-2020-12-20-json.db-mapreduce-output-2020-12-22-05-27/shard-00001-of-00002.db: Too many open files

Fixes #150