imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

Launcher doesn't respect ImageJ.cfg memory #3

Open ctrueden opened 10 years ago

ctrueden commented 10 years ago

On OSX, using an ImageJ.cfg in ImageJ.app/, with the line: maxheap.mb = 384

the max memory is still being set to 3/4 available RAM. So this configuration file is not being properly respected by the launcher.

Migrated-From: http://trac.imagej.net/ticket/2034