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: [mg110437] Re: Java heap space on Mac OS X not supported?
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Fri, 18 Jun 2010 01:24:46 -0400 (EDT)
  • References: <hvcdv9$5l2$1@smc.vnet.net>

I use OSX and adjust the heap space according to the approach that I
posted here:

http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/71020dcc8ad8eabc/52b1281005ec71f6

Hope this helps....

--David

On Jun 17, 2:05 am, Stephan <stepha... at mac.com> wrote:
> 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: Java heap space on Mac OS X not supported?
  • Next by Date: Re: Simplifying complicated expressions
  • Previous by thread: Re: Java heap space on Mac OS X not supported?
  • Next by thread: Re: formatted table output to ascii file