I have one account on my vps that is hogging more than it's fair share of memory. How can I limit that account's memory usage?
- Setting
memory_limitin the php.ini? It appears as if this sets the memory per script – so that would change based on the number of pages or requests instead of the total for the account? - Setting the
RLimitMEMin Apache sets a new memory limit for Apache processes. (in whm (Home >> Service Configuration >> Apache Configuration >> Memory Usage Restrictions) That would also change the total memory based on requests instead of the total for the account?