Returns the maximum amount of memory this JVM will attempt to use.
()
| 180 | |
| 181 | /** Returns the maximum amount of memory this JVM will attempt to use. */ |
| 182 | public long maxMemory() { |
| 183 | return Runtime.getRuntime().maxMemory(); |
| 184 | } |
| 185 | |
| 186 | @AstroImageJ(reason = "Get file name for config") |
| 187 | private String getFileName() { |
no test coverage detected