Hoher Wiederherstellungs-Speicherbedarf: April 2025 Ausgabe

Ok, nächster Test abgeschlossen.

Ich habe mit den folgenden Plugins gebaut:

https://github.com/discourse/docker_manager.git
https://github.com/discourse/discourse-data-explorer
https://github.com/communiteq/discourse-legal-compliance
https://github.com/pfaffman/discourse-allow-pm-to-staff
https://github.com/singerscreations/discourse-stopforumspam
https://github.com/discourse/discourse-cakeday

Swap war deaktiviert, also nur 4GiB/3,8GB RAM.

Die maximale Speichernutzung während des Builds betrug 3,4 GB. Die Build-Zeit betrug 6m 48s.

4 „Gefällt mir“

Auf dem Weg ist das Problem die Swap-Datei. Nachdem sie von 0 auf 2 GB erhöht wurde, ist vorerst alles in Ordnung.

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

Im Terminal Ihres Servers. Danach neu erstellen.

2 „Gefällt mir“