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

Home » Public Forums » archive » Re: ide vs command line: unable to allocate memory
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: ide vs command line: unable to allocate memory [message #73044 is a reply to message #73038] Sun, 24 October 2010 07:21 Go to previous message
Heinz Stege is currently offline  Heinz Stege
Messages: 189
Registered: January 2003
Senior Member
Hi Lorenzo,

Scott had a tip in another thread (see
0257d0d4-22dc-4193-a7bc-1b9dd47c377e@h7g2000yqn.googlegroups.com) in
this group some time before.

On Tue, 7 Sep 2010 09:57:56 -0700 (PDT), Scott E wrote:

> Assuming you are on a 32-bit platform, the issue here is there is too
> much RAM allocated to the JVM to run the workbench and not enough for
> IDL. To increase the memory available to IDL, navigate to the
> idlde.ini file in the bin/bin.<arch> folder (a peer to the idlde
> executable). That file should look like this:
>
> -vm
> {VM_DIR}
> -vmargs
> -Xms256M
> -Xmx768M
> -XX:MaxPermSize=128m
>
> Change it to look like this and restart the workbench:
>
> -vm
> {VM_DIR}
> -vmargs
> -Xms128M
> -Xmx128M
>
> where {VM_DIR} is the path to the JVM (should not change). This issue
> is fixed in 8.0.1.
>
> Cheers,
> Scott

It worked for me.

Heinz
[Message index]
 
Read Message
Read Message
Previous Topic: Re: widget_control, send_event on Windows requires mouse motion, works fine on Linux
Next Topic: IDLdoc 3.3 released

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

Current Time: Fri Oct 10 07:43:34 PDT 2025

Total time taken to generate the page: 1.12078 seconds