Nextcloud version: 15.0.2
Operating system and version: Debian Linux 9.11 (kernel Linux 4.14.78-4-osmc)
Apache or nginx version: Apache/2.4.25 (Debian)
PHP version: 7.0.33-0+deb9u5
The issue you are facing:
I’m using log2ram to lower the amounts of writes to the SD card of my raspberry pi 3.
It basically creates a ram disk to store the directories and files you chose.
I’ve set it up for the /var/log directory that contains, among other dirs and files, apache2 dir with nextcloud_access.log file.
At some point this files grows in size so much that it fills the whole ram disk which causes ram2log service to crash.
Is there a way to configure the size of nextcloud_access.log file?