unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Automatically configure memory limit for Docker database construction #229

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

This PR adds a new feature to the desktop application such that it now automatically configures the Docker database construction container to use as much memory as Docker is allowed to use. This could speed up the sorting process on machines with more RAM.

pverscha commented 2 years ago

This PR solves issue #228.