Page 1 of 1

Not enough space on RevPi core 3 with Codesys

Posted: 09 Dec 2021, 16:29
by ivan.chonin@axbul.bg
Hello,
We started a new Codesys project on RevPi core3 (4GB) version- because only this was avaliable on the market.
We installed Codesys Runtime, PHP, MySql and we run out of Memory and we didnt even started the programing...
Is there any "light" version of the OS ? What are the biggest packages that we can remove in order to have more space ?

The OS itself consume around 3,1 -3,5GB and there is literaly no space for anything. Even on stand by the machine fill in the memory to 100 % and everything stops working.

Re: Not enough space on RevPi core 3 with Codesys

Posted: 09 Dec 2021, 16:54
by nicolaiB
Hi Ivan,

if you don't the graphical environment you can free some space by uninstalling packages:

sudo apt purge libgl1-mesa-dri nodejs teamviewer-revpi pypy realvnc-vnc-server chromium mesa-va-drivers libgtk-3-common adwaita-icon-theme gnome-icon-theme
sudo apt autoremove --purge

There are some additional, larger packages which can be uninstalled if you don't need them:

sudo apt purge nodejs teamviewer-revpi vnc-server
sudo apt autoremove --purge

In total this should free approx. 1 GB of disk space.

Nicolai

Re: Not enough space on RevPi core 3 with Codesys

Posted: 09 Dec 2021, 18:48
by ivan.chonin@axbul.bg
Thank you for the support.
Now we are at about 77%

Re: Not enough space on RevPi core 3 with Codesys

Posted: 03 Apr 2023, 12:40
by ivan.chonin@axbul.bg
Hello,
After some time of operation we again have around 100mB of free space.
Is there any other big package that we can romove without damaging the system?