Re: [PHP-DEV] Memory allocation problems

2003-01-19 Thread Edin Kadribasic
> > I have a script that allocates a lot of memory (huge associative arrays). > > The problem is that this scripts bails out with fatal error (emalloc > > unable to allocate 44 bytes) when I hit the limit of physical ram in the > > machine. Swap never gets used. The machine has 1 GB of ram and 2 GB

Re: [PHP-DEV] Memory allocation problems

2003-01-19 Thread Stig S. Bakken
On Thu, 2003-01-16 at 11:38, Edin Kadribasic wrote: > I have a script that allocates a lot of memory (huge associative arrays). > The problem is that this scripts bails out with fatal error (emalloc > unable to allocate 44 bytes) when I hit the limit of physical ram in the > machine. Swap never

Re: [PHP-DEV] Memory allocation problems

2003-01-17 Thread Edin Kadribasic
> >I have a script that allocates a lot of memory (huge associative arrays). > >The problem is that this scripts bails out with fatal error (emalloc > >unable to allocate 44 bytes) when I hit the limit of physical ram in the > >machine. Swap never gets used. The machine has 1 GB of ram and 2 GB of

Re: [PHP-DEV] Memory allocation problems

2003-01-16 Thread Marcus Börger
At 11:38 16.01.2003, Edin Kadribasic wrote: I have a script that allocates a lot of memory (huge associative arrays). The problem is that this scripts bails out with fatal error (emalloc unable to allocate 44 bytes) when I hit the limit of physical ram in the machine. Swap never gets used. The mac

[PHP-DEV] Memory allocation problems

2003-01-16 Thread Edin Kadribasic
I have a script that allocates a lot of memory (huge associative arrays). The problem is that this scripts bails out with fatal error (emalloc unable to allocate 44 bytes) when I hit the limit of physical ram in the machine. Swap never gets used. The machine has 1 GB of ram and 2 GB of swap spa