Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release-1.1 Component-Migrations

New issue 1627 by [email protected]: Command line tasks ignores some memory limit settings
http://code.google.com/p/qubit-toolkit/issues/detail?id=1627

To reproduce this error:
========================
1) Set your php.ini memory_limit directive to -1 (unlimited) or a gigabyte value (e.g 5G)
2) Run the data load task


Resulting error:
================
Loading data

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 40961 bytes) in /Applications/MAMP/htdocs/qubit/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel/util/DebugPDOStatement.php on line 124

(NOTE: The memory size quoted is equivalent to 32MB)

Expected result:
================

No memory limit should be imposed.

See ./vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/phing/Phing.php
lines 1255 to 1260 - this code makes no allowances for an unlimited (-1) memory setting or values in anything other than megabytes (M).



--
You received this message because you are subscribed to the Google Groups "Qubit 
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en.

Reply via email to