Virtual Memory Size

2 posts by 2 authors in: Forums > CMS Builder
Last Post: April 25, 2017   (RSS)

By Toledoh - April 23, 2017

There’s been some changes on my server which means I am now getting server alert emails that didn’t used to get through to me.  Over the weekend, I got about 200 similar to the one below for a bunch of sites.

Time:         Mon Apr 24 13:55:22 2017 +1000
Account:      saintpatricksqld
Resource:     Virtual Memory Size
Exceeded:     212 > 200 (MB)
Executable:   /usr/bin/php
Command Line: /usr/bin/php /home/saintpatricksqld/public_html/index.php
PID:          1433 (Parent PID:900)
Killed:       No

I’ve added memory_limit = 128M ; to php.ini, which I think has made a difference, however I was wondering if I should be doing something different in the construction of my websites to reduce the amount of memory used?

i.e.. http://www.interactivetools.com/forum/forum-posts.php?postNum=2233586#post2233586 says to include 

  'loadCreatedBy' => false, // optional, defaults to yes, adds createdBy. fields for created user


Should I include that kind of thing by default?

Cheers,

Tim (toledoh.com.au)