I am getting the folloing error when trying to run a occ files:scan in nextcloud on my NS.
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/html/nextcloud/lib/private/Lock/DBLockingProvider.php on line 263
I am running NextCloud 11.0.2 stable.
I can limit the files:scan to specific folders and in completes no problem, but I have over 320000 files.
Can I increase the php memory limit on NS? If so, how, and can I safely do so?
My NS is running in VirtualBox, and has 8GB allocated.
I found this topic to edit it php.ini, but not sure how I would go about changing the memory_limit.