ryanhugh / searchneu

Search over Classes, Professors and Employees at NEU!
https://searchneu.com
GNU Affero General Public License v3.0
74 stars 18 forks source link

Tweak the refCache in the backend search so it will not use too much RAM #34

Closed ryanhugh closed 6 years ago

ryanhugh commented 6 years ago

The site went down earlier today because the server ran out of RAM. Pretty sure this is because so many people were searching for things that the refCache in common/search.js got so large that it used all the RAM on the server and crashed.

Lets tweak it so it dosen't do that.

ryanhugh commented 6 years ago

Fixed: https://github.com/ryanhugh/searchneu/commit/d28e1ef577f4ad2aa408aaf15d47daf3bb74546a