Bill Janssen <[EMAIL PROTECTED]> writes: > Just for grins, here are the termination states before and after the > tweaks. Using Python 1.5.2, things just don't work well when we go > over 2 GB of virtual memory :-). In K, the magic number is 2097152 > -- something to remember when looking at the VSS in the following. > The time reported is processor time on a 450 MHz UltraSparc II.
if you like, you can compile python as a 64-bit executable. you also need to run a 64-bit kernel, of course. (I assume Solaris. Linux always runs in 64-bit mode on UltraSPARC, I think.) Kjetil T.
