X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 02 Apr 2014 11:22 PM by  anon
[SOLVED] IDL-Java bridge heap size
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
02 Apr 2014 11:22 PM
    Hi. How to increase java heap size in IDL-Java bridge. Options in the idljavabrcr-file doesn't works: JVM Option1 = -Xms1024m JVM Option2 = -Xmx4096m Any suggestions? Thanks.

    Deleted User



    New Member


    Posts:
    New Member


    --
    03 Apr 2014 12:11 AM
    Solution (if anybody interested): http://pachacoti.wordpress.com/2012/0... update idlde.ini like this (depends on what version of idl you are using x86 or x86_64): -vm C:\Program Files\Exelis\IDL82\bin\bin.x86_64\jre\bin -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502 -vmargs -Xms1024m -Xmx4096m -Dosgi.instance.area.default=@user.home/IDLWorkspace82 -Dosgi.configuration.area=@user.home/.idl/idlworkbench-config-idl8.2.3_x86_64 -Dosgi.configuration.cascaded=true -Dosgi.checkConfiguration=true -Dosgi.sharedConfiguration.area.readOnly=true -Dorg.eclipse.update.reconcile=false -Declipse.p2.data.area=@config.dir/p2 -Dosgi.sharedConfiguration.area=C:\Program Files\Exelis\IDL82\bin\bin.x86_64/configuration
    You are not authorized to post a reply.