RE: [PHP-DEV] PHP Memory Error

2002-11-27 Thread Philip Olson

I started a faq on this but anyway one can
use K (kilobytes) or M (megabytes) for these
type of directives.  A plain integer == Bytes.

Regards,
Philip

On Wed, 27 Nov 2002, John Coggeshall wrote:

> >67108860 bytes = 64 mb
> 
> 64M will also work, I believe.
> 
> John
> 
> 
> 
> >
> >
> >"Jonathan Williams" <[EMAIL PROTECTED]> wrote in message 
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >> Could someone 
> >please help.  Running Linux 7.3 RH with 512 MB Ram with 
> >> Apache and PHP 4.  I receive the following error and was 
> >wondering if 
> >> anyone had any suggestions.  The error: Fatal error: Allowed memory 
> >> size of 8388608 bytes exhausted (tried to allocate 35 bytes) in 
> >> /var/www/html/vc/test_fort/bootstrap.php on line 267.  Is there a 
> >> server setting eliminating the ability to allocate more memory.  Any 
> >> suggestions would be helpful.  You can reply to [EMAIL PROTECTED] 
> >> as well.
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> --
> >> PHP Development Mailing List 
> >> To unsubscribe, visit: http://www.php.net/unsub.php
> >
> 
> 
> -- 
> PHP Development Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] PHP Memory Error

2002-11-27 Thread John Coggeshall
>67108860 bytes = 64 mb

64M will also work, I believe.

John



>
>
>"Jonathan Williams" <[EMAIL PROTECTED]> wrote in message 
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> Could someone 
>please help.  Running Linux 7.3 RH with 512 MB Ram with 
>> Apache and PHP 4.  I receive the following error and was 
>wondering if 
>> anyone had any suggestions.  The error: Fatal error: Allowed memory 
>> size of 8388608 bytes exhausted (tried to allocate 35 bytes) in 
>> /var/www/html/vc/test_fort/bootstrap.php on line 267.  Is there a 
>> server setting eliminating the ability to allocate more memory.  Any 
>> suggestions would be helpful.  You can reply to [EMAIL PROTECTED] 
>> as well.
>> 
>> 
>> 
>> 
>> 
>> 
>> --
>> PHP Development Mailing List 
>> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP Memory Error

2002-11-27 Thread .: B i g D o g :.
in your php.ini file you have allocated only 8mb for use... this is probably not 
sufficient for your scripts to use...

remember that this size is in bytes...

you might want something like this...

67108860 bytes = 64 mb



"Jonathan Williams" <[EMAIL PROTECTED]> wrote in message 
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Could someone please help.  Running Linux 7.3 RH with 512 MB Ram with Apache
> and PHP 4.  I receive the following error and was wondering if anyone had
> any suggestions.  The error: Fatal error: Allowed memory size of 8388608
> bytes exhausted (tried to allocate 35 bytes) in
> /var/www/html/vc/test_fort/bootstrap.php on line 267.  Is there a server
> setting eliminating the ability to allocate more memory.  Any suggestions
> would be helpful.  You can reply to [EMAIL PROTECTED] as well.
> 
> 
> 
> 
> 
> 
> -- 
> PHP Development Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] PHP Memory Error

2002-11-27 Thread Jonathan Williams
Could someone please help.  Running Linux 7.3 RH with 512 MB Ram with Apache
and PHP 4.  I receive the following error and was wondering if anyone had
any suggestions.  The error: Fatal error: Allowed memory size of 8388608
bytes exhausted (tried to allocate 35 bytes) in
/var/www/html/vc/test_fort/bootstrap.php on line 267.  Is there a server
setting eliminating the ability to allocate more memory.  Any suggestions
would be helpful.  You can reply to [EMAIL PROTECTED] as well.






-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php