Do you have a recommended set of server specs for running a Radzen application?
1 Like
Hi @kgordon,
I can't really recommend any server specs but can share the specs of the server that runs all Radzen applications - crm.radzen.com, forum.radzen.com, www.radzen.com, blazor.radzen.com and a few others.
It is a Digital Ocean droplet with the following specs:
2 vCPUs
4GB RAM
80GB Disk
The Radzen application system requirements should be exactly the same as .NET Core 's. Unfortunately I couldn't find any Microsoft hosted resource. Found this instead: https://docs.contrastsecurity.com/en/-net-core-system-requirements.html:
Requirement | Recommended | Minimum | Notes |
---|---|---|---|
.NET Core versions | 2.1, 2.2, 3.0, 3.1 | 2.1, 2.2, 3.0, 3.1 | |
CPU | at least 4 | 2 | |
RAM | at least 8 GB | 4 GB |
So 2 core CPU, 4GB RAM seems to be the minimum.
2 Likes