setJavaMemory: Utility function for setting Java memory.

Description Usage Arguments Author(s) Examples

Description

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.

Usage

1
  setJavaMemory( memoryInMB )

Arguments

memoryInMB

Integer specifying the amount of memory (MB)

Author(s)

Jaak Simm

Examples

1
2
  ## use 2G memory
  setJavaMemory(2000)

extraTrees documentation built on May 2, 2019, 2:31 p.m.