Utility function for setting Java memory.
Function for setting JVM memory, specified in MB. If you get java.lang.OutOfMemoryError you can use this function to increase the memory available to ExtraTrees.
setJavaMemory( memoryInMB )
memoryInMB |
Integer specifying the amount of memory (MB) |
Jaak Simm
## use 2G memory setJavaMemory(2000)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.