On 2/14/06, Jorge Almeida <[EMAIL PROTECTED]> wrote:
>         [EMAIL PROTECTED] ~ $ python -c "s='x'*(4*(1024*1024))"
>         ~
>         [EMAIL PROTECTED] ~ $ python -c "s='x'*(8*(1024*1024))"
>         ~
>         [EMAIL PROTECTED] ~ $ python -c "s='x'*(16*(1024*1024))"
>         ~
>         [EMAIL PROTECTED] ~ $ python -c "s='x'*(32*(1024*1024))"
>         ~
>         [EMAIL PROTECTED] ~ $ python -c "s='x'*(64*(1024*1024))"
>         Traceback (most recent call last):
>           File "<string>", line 1, in ?
>         MemoryError

Any chance this is a resource limit issue?

ulimit -l -m

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to