comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Windows XP memory limitation?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Windows XP memory limitation? [message #37248 is a reply to message #37247] Fri, 05 December 2003 10:38 Go to previous messageGo to previous message
David.Chevrier is currently offline  David.Chevrier
Messages: 14
Registered: May 2003
Junior Member
i came across this problem too even though I have 4gb of ram. it has
to do with all 32-bit versions of windows only allowing about a 1gb
for programs to run. its more complex than just that, but you can
read about it here
http://www.rsinc.com/services/techtip.asp?ttid=3346
http://www.rsinc.com/services/techtip.asp?ttid=3512

i found that adding /PAE switch to the boot.ini file helps get me a
little bit more memory.

your options are to switch to a 64-bit version of windows, switch to
another OS, or to be much more memory efficient, such as using the
temporary function appropriately and making sure you delete variables
you are no longer using. see david fanning's site
http://www.dfanning.com/tips/delete_all_vars.html
a slight modification of it to get only one variable to be erased is
PRO disappear, getRidOfMe
END
and call it from your program as
disappear, temporary(largeArrayToDelete)

if your using mesh commands, try conserving memory like this
verts=MESH_SMOOTH(TEMPORARY(verts),conn)
hope that helped
-dave
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: MIN_CURVE_SURF bug??
Next Topic: Error when running ICONTOUR

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 02:50:01 PDT 2025

Total time taken to generate the page: 2.75056 seconds