MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / maxMemory

Method maxMemory

ij/src/main/java/ij/plugin/Memory.java:182–184  ·  view source on GitHub ↗

Returns the maximum amount of memory this JVM will attempt to use.

()

Source from the content-addressed store, hash-verified

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() {

Callers 3

maxMemoryMethod · 0.95
showErrorMethod · 0.95

Calls 1

getRuntimeMethod · 0.45

Tested by

no test coverage detected