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


Skip to content
  • 0 Votes
    8 Posts
    2k Views
    d19dotcaD
    FYI - related discussion: https://forum.cloudron.io/topic/5960/setting-memory_limit-dynamically-in-wordpress-developer-package
  • restore rocket chat

    Support restore backups memory
    2
    0 Votes
    2 Posts
    514 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 redis nextcloud memory
    2
    0 Votes
    2 Posts
    501 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 memory rocket.chat
    2
    1 Votes
    2 Posts
    933 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 mastodon memory
    6
    0 Votes
    6 Posts
    1k 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 surfer memory
    9
    0 Votes
    9 Posts
    2k 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 memory
    7
    2
    0 Votes
    7 Posts
    1k Views
    yusfY
    @nebulon It's a good start!
  • 1 Votes
    7 Posts
    1k 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 redis lamp memory
    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