hey all. here you go, please check
Revision: 3886
http://sourceforge.net/p/jump-pilot/code/3886
Author: edso
Date: 2014-03-02 16:43:06 + (Sun, 02 Mar 2014)
Log Message:
---
add RAM size detection to mac/linux start scripts
- uses either 80% or size-1GiB, whichever is b
Hi all,
I kind of agree with Larry.
I am often using OJ to test something and then start another program
later - or use it one the side.
stefan
Am 13.02.14 19:51, schrieb Larry Reeder:
>
>
>
>
>
> wrt. your patch. i am not really satisfied with the shell coding
> style, but the approac
Hi Larry,
I am quite interesting on your patch as I am working to make some
plugin/tools to work with Raster files, to make either filters or to
georeferencing them (there is a prototipe here:
https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/
).
I realize that in some
> wrt. your patch. i am not really satisfied with the shell coding style,
> but the approach seems sound to me. major issue to me is that 80% of e.g.
> 16Gb leaves 3.2GB unused. as XMX only defines a soft limit i'd tend to make
> all RAM available to java, like i did it for windows.
> probably most
thanks for the initiative. you will definitely get svn access in case you plan
to contribute fixes and enhancements to OJ core. bear in mind that you should
announce API changes and discuss them before implementing any.
also generally we regard backward compatibility quite highly, so generally we
Hey Ede,
I updated oj_linux.sh so that it uses up to 80% of available RAM on Linux
instead of defaulting to 512M.
Tested with 32 and 64 bit JVM (only allows max 3GB on 32 bit JVM).
Tested on Mac OSX - doesn't do anything, but doesn't break the script
either.
Patch is attached. I don't have wri