# Falha após tentar atualizar

**URL:** https://meta.discourse.org/t/crash-after-attempting-to-update/403196
**Category:** Bug
**Created:** [Maio 17, 2026, 6:43pm UTC](https://meta.discourse.org/t/crash-after-attempting-to-update/403196 "2026-05-17T18:43:32Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![TroLLoBlogger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trolloblogger/32/553637_2.png) [@TroLLoBlogger](https://meta.discourse.org/u/TroLLoBlogger)
#### Post date: [Maio 17, 2026, 9:09pm UTC](https://meta.discourse.org/t/crash-after-attempting-to-update/403196/6 "2026-05-17T21:09:04Z")

</div>

Sim, é possível. Mas há dois dias não havia absolutamente nenhum problema com a atualização. Vou também criar uma área de swap de 2GB e vamos ver 🙂

```plaintext
sudo fallocate -l 2G /swapfile        
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab

```

---

_[View the full topic](https://meta.discourse.org/t/crash-after-attempting-to-update/403196)._
