Hi Per,

> I try to use a SQLqry in PHP, but i get this anwser in my browser:
> FATAL: emalloc(): Unable to allocate 1073741824 bytes

1,073,741,824 bytes is exactly 1 gig - that's a *lot* of memory...

Is this an astonishingly large query? Seems the PHP interpreter can't grab
enough memory to do whatever it's trying to - I could well be wrong though.

Got any code we can see?

Cheers
Jon

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

Reply via email to