Why Drupal doesn't use special Memory Limit (ini_set) in Cache Clearing Script?
Posted by 4lvin on October 12, 2012 at 12:51pm
In Drupal 7, i have found that CLEAR CACHE (on the Web Panel) is using extreme high Memory resource. Giant projects like mine, needs over 350MB to that process.
- Then i set 400MB inside php.ini
So as far as i have investigated, i have found that having high memory limit (Globally) is totally the damage to the overall Performance because every single script is using that limit in memory.
<
ul>
Read moreCache Clearing Question.
Posted by kramazeek on December 13, 2010 at 4:16pm
Hi everyone,
Is it possible to clear the cache automatically when someone saves theme settings? I am not so hot at drupal yet, but is there a hook that is fired off when theme settings are saved? Can a function be run then to automatically clear the cache? Thanks!