Details
Description
The getdown-launcher.jar and jalview.bin.Launcher both use jalview.bin.MemorySetting to automatically set memory based on physical memory available when launching jalview.bin.Jalview.
At the moment the maven getdown build tree found in getdown/src/getdown simply has a copy of the source in getdown/src/getdown/core/src/main/java/jalview/bin/MemorySetting.java. If getdown source is staying here for any length of time the pom.xml should be adjusted to look for MemorySetting.java in the right place (and include the .class in the getdown-launcher.jar).
At the moment the maven getdown build tree found in getdown/src/getdown simply has a copy of the source in getdown/src/getdown/core/src/main/java/jalview/bin/MemorySetting.java. If getdown source is staying here for any length of time the pom.xml should be adjusted to look for MemorySetting.java in the right place (and include the .class in the getdown-launcher.jar).
Attachments
Issue Links
- related with
-
JAL-3477 Default memory selection should have a maximum value
- Closed