Well, there actually is a way of building programs that may use more
than 4GB of memory on 32 machines for Linux with higmem kernels, but I
guess this would not work for python.

As I said, it's essentially paging:

 http://kerneltrap.org/node/2450

And it's not something you can just compile in, you need explicit code-support for it. Which python hasn't. And most other programs. So there is not a magic compile option.

I'll just switch to 64-bit architecture.

That's the solution, yes :)

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to