[vtkusers] Issues with large polydata datasets & capturing vt kOutputWindow data

Nithiananthan, Sajendra Sajendra.Nithiananthan at rmp.uhn.on.ca
Wed Aug 29 10:55:20 EDT 2007


> I changed a line in the boot.ini file from:
> multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows XP
> Professional" /fastdetect
> to;
> multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows XP
> Professional"  /PAE /3GB /SOS /fastdetect
> ...and I still get the same problem. The error messages are identical
> on each crash starting with;

Wesley,
In addition to setting the /3GB switch, the application must be configured
to take advantage of the extra memory.  If you were compiling your app you'd
do this with a linker flag (/LARGEADDRESSAWARE) or modify your executable
after compilation.  See:
http://support.microsoft.com/kb/171793/
http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
The question for you is whether the Python interpreter you are using has
this bit set in its header.

-SN

This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization.



More information about the vtkusers mailing list