what is the minimum hardware requirement for server. as i want to purchase virtual server on internet I want to select least price.Do we need to install on mac os server ? if I install on mac osx is there extra tweaks should be done to access api from android for example to make the osx as server?
You can install either on linux or mac os. The minimum requirements are:
4GB file space
4GB of RAM
Regards,
Mark
Hey Mark,
since when are the requirements up to 4GB of Ram?
On bitnami they tell you only need 2GB of Ram.
Cheers,
Jens
2 should be okay for development, I would not put a 2GB server in production though, unless you’re not expecting any sizeable traffic.
What is affected directly by adding more RAM?
What are the most RAM consuming parts of the framework?
How does it handle “too few” RAM, what would happen in such scenarios? (just less performance or…?)
What is affected directly by adding more RAM?
The number of concurrent requests handled by the server.
What are the most RAM consuming parts of the framework?
Everything needs RAM, core app server, redis, task manager, database.
How does it handle "too few" RAM, what would happen in such scenarios? (just less performance or..?)
Yes, it would result in reduced performance.