Re: [JPP-Devel] Patch to make OJ use 80% RAM on Linux

2014-03-02 Thread edgar . soldin
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

Re: [JPP-Devel] Patch to make OJ use 80% RAM on Linux

2014-02-14 Thread Stefan Steiniger
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

Re: [JPP-Devel] Patch to make OJ use 80% RAM on Linux

2014-02-14 Thread Giuseppe Aruta
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

Re: [JPP-Devel] Patch to make OJ use 80% RAM on Linux

2014-02-13 Thread Larry Reeder
> 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

Re: [JPP-Devel] Patch to make OJ use 80% RAM on Linux

2014-02-12 Thread edgar . soldin
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

[JPP-Devel] Patch to make OJ use 80% RAM on Linux

2014-02-09 Thread Larry Reeder
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