(String arg)
| 22 | boolean sixtyFourBit; |
| 23 | |
| 24 | public void run(String arg) { |
| 25 | getMemorySetting(); |
| 26 | changeMemoryAllocation(); |
| 27 | //IJ.log("setting="+getMemorySetting()/(1024*1024)+"MB"); |
| 28 | //IJ.log("maxMemory="+maxMemory()/(1024*1024)+"MB"); |
| 29 | } |
| 30 | |
| 31 | @AstroImageJ(reason = "Allow setting of memory when the option isn't present; Support jpackage cfg", modified = true) |
| 32 | void changeMemoryAllocation() { |
nothing calls this directly
no test coverage detected