minical cache growth
Submitted Guest, Jan 10 2012 01:46 PM | Last updated Feb 21 2013 06:01 PM
Minical entries are not being cleared. Coupled with the fact there are no date bounds in calendar this is leading to a huge number of entries in cache_store.
From chat: Brandon thinks there is code to periodically clear these already but I can't see anything.
The problem showed itself when a customer was unable to use the edit application form in manage apps & modules as the page load was timing out trying to populate the global caches multi-select box.
From chat: Brandon thinks there is code to periodically clear these already but I can't see anything.
The problem showed itself when a customer was unable to use the edit application form in manage apps & modules as the page load was timing out trying to populate the global caches multi-select box.
| Status: | Fixed |
| Version: | 0 |
| Fixed In: | 0 |











6 Comments
1) For alt cache stores, we updated IPB to enforce a 1 day TTL for caches. This will ensure older caches (not just minical caches) stored in APC, memcache, etc. are cleared out by the engine periodically.
2) Task was added for Calendar to explicitly clear out caches that were built/updated more than one week ago.
Updating Version to: 0
Are you running the latest release? This report is over a year old - I believe minical caching was disabled for Calendar since this report was closed.
Gotcha