geocento / SEDAS-issues

Project to track SEDAS issues
0 stars 0 forks source link

GUI/API resource allocations #37

Closed GGlanfield closed 6 years ago

GGlanfield commented 6 years ago

Confirm strategy on load balancing for gui/api etc (number of VMs and resources) - applicable to all environments.

amanshu commented 6 years ago

What do you need for the gui/api to run? What's the bare minimum it can get by on?

raul-geocento commented 6 years ago

For SEDAS Web / API the current testing configuration is more than enough:

Ubuntu 14.04 (it could be windows but is more difficult to install on it) 4GB RAM Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz (1 core) 50GB disk space

The configuration in prod is the same. We do not think it is necessary to do a load balance for the SEDAS Web/API, in case of high concurrent user access it would be enough increasing the RAM and CPU cores for prod.

amanshu commented 6 years ago

Sounds good