Re: Re: PHP memory limit upper bound

2014-10-05 Thread Grigor Kolev
> Your posts are very hard to follow - perhaps Kmail is a little broken? > I've re-edited this post accordingly - though it still incorrectly shows > comment precedence. > Perhaps you are not simply selecting a response from the list and > choosing "reply to" as an option?? My sincere apologies f

Re: PHP memory limit upper bound

2014-10-04 Thread Scott Ferguson
Your posts are very hard to follow - perhaps Kmail is a little broken? I've re-edited this post accordingly - though it still incorrectly shows comment precedence. Perhaps you are not simply selecting a response from the list and choosing "reply to" as an option?? On 04/10/14 23:53, Grigor Kolev

Re: Re: PHP memory limit upper bound

2014-10-04 Thread Grigor Kolev
>> >> I need to set the PHP memory limit to more than 512 MB and found that I >> can't. Is this caused by the Suhosin patch (my guess), and how to get >> around it? >> >> (I tried to set suhosin.memory_limit to 1024M: no change. Was told that >> php5-suhosin

Re: PHP memory limit upper bound

2014-10-02 Thread Scott Ferguson
Left these off:- not sure if the following is relevant given your "patch" http://www.cyberciti.biz/faq/linux-php-fatal-error-allowed-memory-size/ http://www.hardened-php.net/suhosin/configuration.html#suhosin.memory_limit suhosin.memory_limit Type: Integer Default: 0 As long scripts ar

Re: PHP memory limit upper bound

2014-10-02 Thread Scott Ferguson
On 03/10/14 02:57, Grigor Kolev wrote: >>> Hi all, > >>> > >>> I need to set the PHP memory limit to more than 512 MB and found that I > >>> can't. Is this caused by the Suhosin patch (my guess), and how to get > >>> around it? > >>> > >>> (I tried to set suhosin.memory_limit to 1024M: no c

Re: PHP memory limit upper bound

2014-10-02 Thread Jerry Stuckle
On 10/2/2014 12:57 PM, Grigor Kolev wrote: >>> Hi all, > >>> > >>> I need to set the PHP memory limit to more than 512 MB and found that I > >>> can't. Is this caused by the Suhosin patch (my guess), and how to get > >>> around it? > >>> > >>> (I tried to set suhosin.memory_limit to 1024M:

Re: Re: PHP memory limit upper bound

2014-10-02 Thread Grigor Kolev
>> Hi all, >> >> I need to set the PHP memory limit to more than 512 MB and found that I >> can't. Is this caused by the Suhosin patch (my guess), and how to get >> around it? >> >> (I tried to set suhosin.memory_limit to 1024M: no change. Was told that >> php5-suhosin might be more configurable

Re: PHP memory limit upper bound?

2014-10-01 Thread Scott Ferguson
On 01/10/14 20:56, gri...@gatchev.info wrote: > Hi all, > > I need to set the PHP memory limit to more than 512 MB and found that I > can't. Is this caused by the Suhosin patch (my guess), and how to get > around it? > > (I tried to set suhosin.memory_limit to 1024M: no change. Was told that > ph

PHP memory limit upper bound?

2014-10-01 Thread grigor
Hi all, I need to set the PHP memory limit to more than 512 MB and found that I can't. Is this caused by the Suhosin patch (my guess), and how to get around it? (I tried to set suhosin.memory_limit to 1024M: no change. Was told that php5-suhosin might be more configurable, but it breaks some pack