[pypy-dev] How much money do you need to implement the 4+GB RAM (true 64bit) for pypy?

Dan Stromberg drsalists at gmail.com
Thu Jun 3 00:25:00 EDT 2021


On Wed, Jun 2, 2021 at 9:16 PM super smart <super777smart at gmail.com> wrote:

> My AI program can only use 4GB of RAM in pypy. How much in CAD would you
> need to implement the 64 bit solution?
>
> Pypy has made my code so fast, that C++ is possibly not worth writing in
> ATM.
>

This works fine for me on a 16 Gig system:
/usr/local/pypy3-7.3.3/bin/pypy3 -c 's = "a" * 2**33'

Is it possible you're using a 32 bit build of pypy?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-dev/attachments/20210602/f0e3349a/attachment.html>


More information about the pypy-dev mailing list