bfrgoncalves / INNUENDO_REST_API

Frontend application and REST API for the INNUENDO Platform
GNU General Public License v3.0
5 stars 5 forks source link

Out of memory when strainsInReport x numberOfClosest is high #55

Closed bfrgoncalves closed 6 years ago

bfrgoncalves commented 7 years ago

When searching for a high number of closest in a a high number of strains when submitting to PHYLOViZ Online, it requires a great amount of RAM. Add threshold to prevent this from happen.

bfrgoncalves commented 6 years ago

This is now fixed. A threshold was set that changes according to the number of selected profiles for submission. Higher number of selected profiles = lower maximum number of closest strains.