MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Java heap space on Mac OS X not supported?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110441] Re: Java heap space on Mac OS X not supported?
  • From: Christopher Arthur <aarthur at tx.rr.com>
  • Date: Fri, 18 Jun 2010 01:25:30 -0400 (EDT)

it's not a -D option, it's -x or -xm, and if you can't do it from
mathematica you can probably add it to the java settings from the dock
in macos.

Chris

Stephan a =E9crit :
> Hi,
>
> I use DatabaseLink to access mySQL Databases and very large binary objects seem to blow up the java virtual machine, resulting in an...
>
> There are other posts about this, but they only conlude that there is an option for the Java-Runtime to extend the heap space, but that this Option is not supported on Mac OS X. Indeed, I get:
>
> In[1]:== ?JVMArguments
> JVMArguments is an option to InstallJava that allows you to specify additional command-line arguments passed to the Java virtual machine at startup.  The string you specify is added to the command line used to launch Java. You can use this option to specify properties with the standard -D syntax, such as "-Dsome.property==true". This option is not supported on Mac OSX.
>
> Did anyone figure out how to still push up the heap size on Mac OS X?
>
> Thanks a lot,
>
> Stephan
>
>
>  



  • Prev by Date: Floating point exception when taking a reciprocal of a list in v.
  • Next by Date: Re: Java heap space on Mac OS X not supported?
  • Previous by thread: Java heap space on Mac OS X not supported?
  • Next by thread: Re: Java heap space on Mac OS X not supported?