> 
> Just installed the 1.2pre-v.2 release of the JDK. All looks
> fine (changed to green threads since running on
> uniprocessor system - also complaint about missing pthreads
> library if I left them set to native) except that the
> Simplicity IDE has memory problems.
> 
> Clearly, my first port of call would be to increase the
> heap from the command line, but since Simplicity uses a
> funny startup script thingy, I'm not entirely sure what to
> change. I wondered if there exists an environment variable
> that I could just set to be 64M or perhaps even more, in
> order to alleviate the out of memory problems.
> 
> Alternatively, if someone can point me to what I need to
> change in the Simplicity config to increase the available
> memory, that would be equally good!
> 
> Ideally I'd like to leave the JIT on, in order to benefit
> from the increased performance (obviously...)
> 
> TIA, hoping someone knows the answer.....
> 
> Cheers,
> 
> --
> Bill Gallafent

Hi Bill,

Add the following lines to your Simplicity.lax file. (You can modify the 
numbers to anything you'd like, though these must be specified in bytes, not 
KB or MB)

lax.nl.java.option.java.heap.size.initial=16000000
lax.nl.java.option.java.heap.size.max=200000000

Best Regards,

Carl


******************
Carl H. Sayres
Software Engineer
Data Representations, Inc.
P.O. Box 519
Summit, NJ 07902-0519
(908)918-0396 x5 voice
(908)918-0397    fax
[EMAIL PROTECTED]



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to