apposed / jaunch

Launch Programs 𝙔𝙤𝙪𝙧 Way! 🍔
The Unlicense
8 stars 2 forks source link

Memory and threads setting may not be respected #53

Open hinerm opened 1 month ago

hinerm commented 1 month ago

See this comment

hinerm commented 4 weeks ago

In jaunch, we would list ImageJ.cfg as one of the config files that we read (to get the variables) and then fiji.toml would use the memory and threads setting

hinerm commented 4 weeks ago

Actually the ImageJ.cfg is not in a K:V format.

So we could support (regex?) mechanisms for parsing non-K:V lines to a K:V format (e.g. launch configuration flags would map to K:V pairs)

We're still brainstorming the right way to handle this

hinerm commented 4 weeks ago

See https://github.com/fiji/fiji/issues/351 for a possible direct solution