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

Home » Public Forums » archive » IDL 8 uses 3x the memory of IDL 7.1
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: IDL 8 uses 3x the memory of IDL 7.1 [message #75834 is a reply to message #73635] Thu, 28 April 2011 08:06 Go to previous messageGo to previous message
Scott[1] is currently offline  Scott[1]
Messages: 33
Registered: September 2009
Member
In order to reduce the memory footprint of the IDL workbench, find the
following file based on the location of your 8.0 installation
directory:

C:\Program Files\ITT\IDL\IDL80\bin\bin.x86\idlde.ini

Open that file in a text editor and it should look something like
this:

-vm
C:\Program Files\ITT\IDL\IDL80\bin\bin.x86\jre\bin
-vmargs
-Xms256M
-Xmx768M
-XX:MaxPermSize=128m

The important lines are:

-Xms256M
-Xmx768M

The -Xms parameter tells the workbench how many megs of RAM to
allocate at startup and the -Xmx parameter tells the workbench how
many megs of RAM it can grow to (should be equal to or larger than the
-Xms setting). You can reduce these numbers to solve your problem.

I would not recommend reducing them lower than:

-Xms128M
-Xmx128M

however since the workbench needs at least 128 megs to run properly
without hiccups.

Cheers,
Scott
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL v8 not recognizing bash environment variable
Next Topic: serial port (x86_64 vs x86)

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

Current Time: Fri Oct 10 14:52:08 PDT 2025

Total time taken to generate the page: 0.00188 seconds