MathGroup Archive 2010

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

Search the Archive

Java heap space on Mac OS X not supported?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110426] Java heap space on Mac OS X not supported?
  • From: Stephan <stephan80 at mac.com>
  • Date: Thu, 17 Jun 2010 02:05:38 -0400 (EDT)

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: Re: Simplification question
  • Next by Date: Re: DiscretePlot
  • Previous by thread: Re: Ballistic launch trajectory code
  • Next by thread: Re: Java heap space on Mac OS X not supported?