Page 1 of 1

Excessive resource usage

Posted: 29 Jun 2013, 21:50
by LeMarque
Just started using Phoca and want to say thanks for the great Component!

After creating some categories I FTP the images to /images/phocagallery/category name

I then use 'multiple add' and I receive the below notification from lfd:
===========================================================================================
resource usage: (domain) (10096 (Parent PID:9305))
Time: Sat Jun 29 13:35:38 2013 -0600
Account: *******
Resource: Virtual Memory Size
Exceeded: 101 > 100 (MB)
Executable: /usr/bin/php
Command Line: /usr/bin/php /home/*******/public_html/administrator/index.php
PID: 10096 (Parent PID:9305)
Killed: No
=============================================================================================

I do have pagination enabled in Options. Worried about crashing my server which is a vps with 1.5 gigs of ram. Using FFox

Re: Excessive resource usage

Posted: 04 Jul 2013, 09:23
by Jan
Hi, then follow all the recommendation, e.g. resize your images before uploading the to server. Server is not like a PC, so for example the GD library on your server which do the thumbnails is limited and depends on server resources which size of images it can manage, some server are e.g. able to manager only 0,5 MB images, some 1 - 2 MB, etc. Depends on resolution of the images too. Images are crated by a part of php (GD library) on the server, so everything is dependent on this settings :idea:

Jan