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 more