# Mender server resource requirements for Scalability Testing

**URL:** https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213
**Category:** General Discussions
**Tags:** demo-server
**Created:** [July 21, 2020, 10:40am UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213 "2020-07-21T10:40:21Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![arun](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/arun/32/1209_2.png) [@arun](https://hub.mender.io/u/arun)
#### Post date: [July 21, 2020, 10:40am UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/1 "2020-07-21T10:40:21Z")

</div>

HI ,  
I would like to know how to estimate the mender server resource (CPU , RAM , storage )requirements for a specific no of devices for creating instances in the cloud to check the Scalability.  
Estimated no of device is 3000 , and the Poll Interval to be set to 10 minutes.

Thanks  
Arun

---

<div class="post-metadata">

### Author: ![drewmoseley](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/drewmoseley/32/47_2.png) [@drewmoseley](https://hub.mender.io/u/drewmoseley)
#### Post date: [July 21, 2020, 2:20pm UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/2 "2020-07-21T14:20:12Z")

</div>

Hi @arun, my colleague @tranchitella should be able to help with this.

Drew

---

<div class="post-metadata">

### Author: ![arun](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/arun/32/1209_2.png) [@arun](https://hub.mender.io/u/arun)
#### Post date: [July 22, 2020, 4:22pm UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/3 "2020-07-22T16:22:09Z")

</div>

Hi  
@drewmoseley, @tranchitella any updates on this.

Thanks  
Arun

---

<div class="post-metadata">

### Author: ![tranchitella](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/tranchitella/32/606_2.png) [@tranchitella](https://hub.mender.io/u/tranchitella)
#### Post date: [July 22, 2020, 4:58pm UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/4 "2020-07-22T16:58:34Z")

</div>

@arun with Mender 2.4 you can consider 1 GB or RAM and 1vcpu to handle 3k devices with a poll interval set to 10 minutes, including mongodb.

---

<div class="post-metadata">

### Author: ![arun](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/arun/32/1209_2.png) [@arun](https://hub.mender.io/u/arun)
#### Post date: [July 22, 2020, 6:38pm UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/5 "2020-07-22T18:38:50Z")

</div>

@tranchitella Thanks for your response .

But how i’ll calculate the load in the scenario like min device is 100 & maximum is upto 100k.

Thanks  
Arun

---

<div class="post-metadata">

### Author: ![tranchitella](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/tranchitella/32/606_2.png) [@tranchitella](https://hub.mender.io/u/tranchitella)
#### Post date: [July 23, 2020, 6:28am UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/6 "2020-07-23T06:28:38Z")

</div>

@arun more than the absolute number of devices, what is important is the number of API calls the backend needs to answer, which is strictly related to your polling interval. The Mender server scales up linearly, and you can run multiple instances of the different microservices to load-balance the traffic across multiple servers if needed. We run Hosted Mender using Kubernetes and auto-scaling, and serve several millions of API calls per hour.

If you have 100 or 3k devices, the server requirements are more or less the same because you need the basic infrastructure up and running in any case. Scaling up to 100k devices with a 10 minutes poll interval will require you approximately double the resources I mentioned above (2GB of RAM and 2 vcpus).

---

<div class="post-metadata">

### Author: ![arun](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/arun/32/1209_2.png) [@arun](https://hub.mender.io/u/arun)
#### Post date: [July 23, 2020, 6:31am UTC](https://hub.mender.io/t/mender-server-resource-requirements-for-scalability-testing/2213/7 "2020-07-23T06:31:13Z")

</div>

Thanks @tranchitella ,

Thanks for a quick reply
