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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -