Just a wild guess, maybe there is something on the hosting provider side that still limits process memory usage, so it may only look like it's not limited for PHP script. My suggestion is to test this assumption, create a simple PHP scripts that consumes memory and see how much memory it can consume before it reaches the limit. Also you could check by using a C program that malloc()-s some memory.
In in both cases if there is some limitation to 5 MB the hosting provider will have to solve it. gabriel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
