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


Skip to content
  • 1 Votes
    7 Posts
    424 Views
    nebulonN
    @DualOSWinWiz the warning is like a softlimit warning. Basically the system will calculate the rough estimate of memory requirement based on the already installed apps and checks with the available memory of the whole system. Since memory usage heavily depends on the use-case and usage (number of concurent users for example) of apps on a Cloudron, we warn upfront to warn the admin, to at least keep an eye on the system to not overload it.
  • 0 Votes
    9 Posts
    1k Views
    girishG
    apt install -y cron apache2-dev php7.4 php7.4-{bcmath,bz2,cgi,cli,common,curl,dba,dev,enchant,fpm,gd,gmp,imap,interbase,intl,json,ldap,mbstring,mysql,odbc,opcache,pgsql,phpdbg,pspell,readline,soap,sqlite3,sybase,tidy,xml,xmlrpc,xsl,zip} libapache2-mod-php7.4 php-{apcu,date,geoip,gettext,imagick,gnupg,mailparse,pear,redis,twig,uuid,validate,zmq} ghostscript libgs-dev ffmpeg && \ is what we install. exiftool is there in the base image.