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


Skip to content
  • CPU Limit per app

    Solved Support
    5
    1 Votes
    5 Posts
    77 Views
    girishG

    @ekevu123 Previously, we used something called "CPU Shares" (--cpu-shares in docker) . This option was a bit hard to understand since it comes to picture only when there is CPU contention between various apps (i.e when a server is overloaded to start with). We removed this and replaced it with an easier to explain "CPU Limit" (--cpu-quota in docker). This corresponds to how many cycles your app should be given. Like, you can say, give only 2 cores max to this app (in any situation). By default, apps have access to all your CPUs.

    However, isn't the point that the default should be less than that so that one app cannot take down the whole server?

    We couldn't think of a good default. Otherwise, apps will start out "crippled" and we thought it's better this way. I think if you have apps that are causing problems, only then should you look into tweaking this. This would be a stop gap measure before you try to report the issue and get the app fixed...

  • 6 Votes
    19 Posts
    2k Views
    potemkin_aiP

    @SansGuidon you are absolutely welcome 🙂

  • 0 Votes
    4 Posts
    587 Views
    girishG

    @pauljacobson ah yes, the fix for haraka is coming. I recently submitted a patch upstream for this which has now been merged - https://github.com/haraka/Haraka/pull/3104 .

  • 0 Votes
    3 Posts
    262 Views
    jdaviescoatesJ

    @nebulon no, I just a quick way to see how much RAM each app has been allocated without having to click into each app and then to the resources tab.

  • How to create calendar resources?

    Unsolved Nextcloud
    2
    1 Votes
    2 Posts
    849 Views
    nebulonN

    I don't really know what the calendar-resource Nextcloud plugin does, but it seems after installation, you may have to use the occ tool. This is described at https://docs.cloudron.io/apps/nextcloud/#running-occ-tool

  • Graphics for Cloudron resource usage?

    Discuss
    7
    2 Votes
    7 Posts
    758 Views
    girishG

    I think there was a task to integrate better with prometheus or grafana but it got lost. Let me check if we want to do this for 7.2

  • Low RAM Applications

    Discuss
    3
    1 Votes
    3 Posts
    480 Views
    L

    @timconsidine Thanks, that is good to hear. I think it is quite natural when somebody discovers Cloudron to go wild installing things to try them and that takes quite a lot of RAM.

    One other benefit of smaller applications is that there are often fewer lines where bad code could hide or where things could go wrong.

  • 1 Votes
    7 Posts
    884 Views
    girishG

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