Closed (works as designed)
Project:
Javascript Aggregator
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2010 at 00:32 UTC
Updated:
12 Nov 2010 at 12:29 UTC
array(4) { ["type"]=> int(1) ["message"]=> string(81) "Allowed memory size of 314572800 bytes exhausted (tried to allocate 357514 bytes)" ["file"]=> string(96) "/var/aegir/platforms/mysite.com/sites/all/modules/contrib/javascript_aggregator/jsminplus.php" ["line"]=> int(1680) } n/a
Comments
Comment #1
jaochoo commentedI got the same error and a WSOD (head to turn error reporting on to see the error message). Only happened when:
- Editing OG nodes
- Editing Content Profile of admin user
(- maybe other pages as well, since some users reported "cannot edit/delete" bugs)
Comment #2
cerup commentedI get the same thing. Turning on jsmin+ breaks my entire site as it's apparently using too much memory. I have to go into the database and turn off the module in order to get things back.
Comment #3
jisuo commentedHow do I disable jmin+ checkbox in the database? I used drush to disable the module because it broke the whole site, but I want to use the module, just not jmin+.
Comment #4
NaX commentedYou might find this patch useful.
http://drupal.org/node/484422#comment-3319034
Comment #5
websites-development.com commentedyou should increase your memory limit. See here how
http://drupal.org/node/76156
Comment #6
derjochenmeyer commentedInstall Devel Module and goto /devel/variable look for the variable "javascript_aggregator_jsminplus" and delete it. Added uninstall support http://drupal.org/cvs?commit=434600
The memory issue is related to third party JSMin+.
Closing this issue.
Comment #7
mustanggb commentedRelated #940342: Javascript Aggregator: Allowed memory size ... exhausted