# Não é possível reconstruir o app: diz que há menos de 5GB de espaço no disco

**URL:** https://meta.discourse.org/t/cant-rebuilt-app-says-you-have-less-than-5gb-space-on-the-disk/106791
**Category:** Self-hosting
**Tags:** server-resources
**Created:** [17 Janeiro , 2019 12:21 UTC](https://meta.discourse.org/t/cant-rebuilt-app-says-you-have-less-than-5gb-space-on-the-disk/106791 "2019-01-17T12:21:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![fhe](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fhe/32/113345_2.png) [@fhe](https://meta.discourse.org/u/fhe)
#### Post date: [17 Janeiro , 2019 12:36 UTC](https://meta.discourse.org/t/cant-rebuilt-app-says-you-have-less-than-5gb-space-on-the-disk/106791/2 "2019-01-17T12:36:40Z")

</div>

> [@Mohammad](#):
>
> When I check my discourse backup, its just less than 500MB and I wonder how come I have used up all the space?

Discourse needs much more disk space than the size of the backup, in fact it’s the complete Discourse docker image that runs a database server, redis and much more plus all the uncompressed data.

You can check the real occupied space on your system via  
`df -h`

Although it might be already performed by recovering space during rebuild, you can try this

```
apt-get autoclean
apt-get autoremove
cd /var/discourse
./launcher cleanup

```

---

_[View the full topic](https://meta.discourse.org/t/cant-rebuilt-app-says-you-have-less-than-5gb-space-on-the-disk/106791)._
