python - Patch 32bit executable to use 3Gb RAM in 64bit Windows -



python - Patch 32bit executable to use 3Gb RAM in 64bit Windows -

i having issue 32bit python.exe (version 2.3, yes, ancient!) failing exeuction exceeds 2gb of ram.

i understand 1 solution compile python source, big memory back upwards flag set.

however, i've seen patches online, similar this, http://www.ntcore.com/4gb_patch.php

would recommend this? tested on desktop, , allow me 3gb of memory.

have used this? stable?

thanks help.

python memory patch

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -