# How can I check if my Discourse is overloaded and needs an upgrade?

**URL:** <https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214>\
**Category:** Support\
**Created:** [December 29, 2015, 8:04am UTC](https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214 "2015-12-29T08:04:44Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)\
**Post date:** [December 29, 2015, 8:04am UTC](https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214/1 "2015-12-29T08:04:45Z")

</div>

Still running 10$ VPS at DigitalOcean, I started to experience slow loading a few days ago. Not only do I understand that the VPS is the minimal recommended one, but I can also see there is lack of space. Running just around 400 users and just 50 of them being active, I’m confused whether it is disk space and/or VPS processing power that is a bottleneck.

What is the best way to check and know for sure?

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [December 29, 2015, 10:21am UTC](https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214/2 "2015-12-29T10:21:01Z")

</div>

Try running:

```plaintext
./launcher cleanup

```

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [February 18, 2016, 5:45am UTC](https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214/7 "2016-02-18T05:45:53Z")

</div>

The _general_ answer to this question is to look at your Digital Ocean droplet graphs:

 ![](https://global.discourse-cdn.com/meta/original/3X/8/e/8e3a08d4c09f1f4060ccf3e6b6cc924ec101f16a.png)

(above is the last year of [http://discourse.codinghorror.com](http://discourse.codinghorror.com))

Anything weird with Disk or CPU, super high peaks, you need to upsize your droplet.

Remember when you upsize the droplet to increase the number of unicorn workers, and the amount of memory allocated to Postgres.

---

<div class="post-metadata">

**Author:** ![ljpp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ljpp/32/96506_2.png) [@ljpp](https://meta.discourse.org/u/ljpp)\
**Post date:** [February 18, 2016, 7:58am UTC](https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214/8 "2016-02-18T07:58:42Z")

</div>

@meglio connect to your VPS via SSH, run **top** and see whats happening. Maybe even report here.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [November 14, 2021, 5:04am UTC](https://meta.discourse.org/t/how-can-i-check-if-my-discourse-is-overloaded-and-needs-an-upgrade/37214/11 "2021-11-14T05:04:26Z")

</div>


