Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.1
-
Fix Version/s: 4.0.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Hi,
On your sandbox, what is the memory allocated to php ? Try to put it under 64, it crashes on my install at every corner (do a search/export...)
Suggestion: Update the documentation about the requirement and change in the default setting:
if ($memLimit >= 0 and $memLimit < 67108864) {
ini_set('memory_limit', '64M');
}
To at least 128M (still testing, but drupal 4 seems to need much more memory)