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 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: ide vs command line: unable to allocate memory [message #73038] Sun, 24 October 2010 20:14
lbusoni is currently offline  lbusoni
Messages: 7
Registered: January 2007
Junior Member
On Oct 24, 2:21 pm, Heinz Stege <public.215.967@arcor.de> wrote:
> 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

Thanks!
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
  Switch to threaded view of this topic Create a new topic Submit Reply
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: Wed Oct 08 17:36:22 PDT 2025

Total time taken to generate the page: 0.00548 seconds