strimmcode / strimm

Synchronous Trace Recording In ImageJ and Micro-Manager
4 stars 0 forks source link

Need to be able to specify amount of RAM at runtime #2

Closed j-fray closed 1 year ago

j-fray commented 1 year ago

Currently the amount of RAM STRÏMM uses is set in /package/launcher.cpp, meaning it cannot be changed after STRÏMM is compiled into an executable. RAM (heap size) can be specified to the VM in commands using -Xms and -Xmx. Note that you cannot specify or change VM command settings at runtime

Potential solution will be:

strimmcode commented 1 year ago

Closing as bug was part of old code