Fausto
Fausto
Weird thing is happening. I'm trying to increase the memory assign to image processing, but I am unable to do it. ``` [ftrentini@homerbuntu]$:/usr/share/nginx/nextcloud# sudo -u www-data php occ face:setup -M16GB...
I found a workaround. I changed the php.ini variable memory_limit = -1 to 16G. And then, I was able to assign 16GB to image processing.
This can be solved by adjusting the following variable in mariadb config: `wait_timeout=86400` It means MySQL will wait for 24h your process to be done before giving up. Increase at...
Sorry to hijack the conversation with a non-issue question, but reading this thread made me curious about somenthing. I installed face recognition on my server a couple of week ago...
Oh, ok!! FYI, my server runs with 48GB of RAM, with 6GB setted to php-fpm (and no limit to php-cli). I am aware that your script uses up to 4GB,...
Feel free to use me as a tester!!
Look. This is the log of the CPU and Memory (I took from webmin dashboard) of the last 12h, processing the final 20K images. It's taking about two and a...
Luved from the beginning!! Thanks for reminding me of my C++ classes in college, 20 years ago!!
What happens if I run like 5 instances of preview:generate_all, each for a different user? It will use other threads, right? Will the app be able to handle it? Overnight...