Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • restore rocket chat

    Support
    2
    0 Votes
    2 Posts
    378 Views
    girishG

    Usually, "Killed" means it ran out of memory when importing. Can you try to restore again and see "dmesg -w" output in parallel to see if that is indeed the case?

    You can bump the memory limit for the restore logic as indicate here - https://cloudron.io/documentation/troubleshooting/#backups

  • After update to Cloudron 5.2.3, redis runs out of memory

    Solved Support
    2
    0 Votes
    2 Posts
    360 Views
    girishG

    @necrevistonnezr indeed, previous versions of Cloudron would allocate more memory for redis based on the app's memory limit. This limit was not settable by the user. In 5.2, we have made the redis limits visible and configurable by the user. Our 5.2 migration script should ideally could have been smarter and allocated more memory to redis.

  • Rocket Chat memory requirements

    Solved Rocket.Chat
    2
    1 Votes
    2 Posts
    779 Views
    girishG

    @YurkshireLad The memory recommendation is the absolute minimum memory below which the app won't run reliably. Like even with 1 user, it won't run properly below that recommendation.

    The amount of memory required to host 100 users... is hard to know. Usually, the answer to this depends on the how all these users user Rocket.Chat. If they use simultaneously and if they use it from multiple devices etc. Cloudron will give you a notification (email) if an app is running out of memory. So, you can just take it slow and increase the app's memory limit as you go. You can also look into the upstream project's memory recommendation for 100 users.

  • Mastodon running out of memory

    Mastodon
    6
    0 Votes
    6 Posts
    856 Views
    ?

    I manually installed Mastadon on a Digital Ocean 1Gb droplet (unrelated to Cloudron), and with only 1 user and 5 posts, it ran out of memory. I bumped the droplet up to the 2Gb option and it ran smoothly.

  • Best Choice for Static Website

    Moved Surfer
    9
    0 Votes
    9 Posts
    1k Views
    girishG

    @masonbee The memory limit setting is the "maximum memory" before which the app is killed for over use. It is not "reserved memory" i.e it's not pre-allocated to the app and thus cannot be used by any other app. The "maximum memory" simply ensures that a single web app cannot bring down the whole system.

  • Total RAM displayed twice the amount of actual total RAM

    Solved Support
    7
    0 Votes
    7 Posts
    656 Views
    yusfY

    @nebulon It's a good start!

  • 1 Votes
    7 Posts
    884 Views
    girishG

    Here we go : https://docs.cloudron.io/apps/#low-resource-warning

  • redis (on lamp) is stuck due to high memory usage

    Moved Solved LAMP
    4
    0 Votes
    4 Posts
    1k Views
    nebulonN

    Would be great if you could update this thread with your findings. Also please note that the memory settings for the addons are currently not preserved across app restores or even server reboots. We are working on this fix and you can see the status of it at https://git.cloudron.io/cloudron/box/issues/566