Hello, I am struggling with a problem on version 2.5
This was recently upgraded from 2.4 - I'm not sure if the issue was present on 2.4
A week or so after upgrading, the server ran out of iNodes and AtoM searches stopped working. I found that /var/lib/php/sessions had 1.7 million files. Unfortunately I couldn't get the dates as I had to delete them all using rsync to get my AtoM instance working again.
Immediately, the files began to accumulate again, one file every second (or so).
They are PHP session files, all have this format:
symfony/user/sfUser/lastRequest|i:1595004567;
symfony/user/sfUser/authenticated|b:0;
symfony/user/sfUser/credentials|a:0:{}
symfony/user/sfUser/attributes|a:1:{s:15:"sfHistoryPlugin";a:3:{s:10:"moduleName";s:17:"informationobject";s:10:"actionName";s:6:"browse";s:18:"currentInternalUri";s:24:"informationobject/browse";}}
symfony/user/sfUser/culture|s:2:"en";
I've messed around with my PHP session settings, no change.
I've tried to disable logging in factories.yml and settings.yml, no change
Help please!