Significant time delay to install Weblate

Hello.

My first time here. Thank you for this wonderful project. It has made my life so much easier to run my self-hosted stuff, especially the weblate service.

My YunoHost server

Hardware: Raspberry Pi 3B
YunoHost version: 11.0.9 (64-bit)
I have access to my server : Through SSH AND through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

I am using a fresh install of Yunohost on a 128GB SD card (Samsung Evo Plus A2).

I have nothing else installed and began by installing weblate only (after making a default user).

I did the install using:

yunohost app install https://github.com/YunoHost-Apps/weblate_ynh --debug

Installed on: hosted.my-example-domain.com/weblate

on the ROOT user via SSH.

I have been running the installation of weblate for roughly 5 hours now. The DEBUG output is:

https://paste.yunohost.org/arecaqahat.bash

The install got stuck/delayed twice (see log) and is now on the third delay at:

17397831 DEBUG Checking that required services are up and running...

The installation completed after almost 10 hours.

1 Like

Found the problem.

Not enough RAM.

The swap is limited to 100MB by default, so 1GB RAM is not enough.

The swap needs to be increased to around double the RAM. Here is my current memory with just Weblate installed:

free -h
               total        used        free      shared  buff/cache   available
Mem:           909Mi       809Mi        51Mi       1.0Mi        48Mi        50Mi
Swap:          2.5Gi       986Mi       1.5Gi

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.