Re: ide vs command line: unable to allocate memory [message #73038] |
Sun, 24 October 2010 20:14 |
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  |
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
|
|
|