November 2019
Intermediate to advanced
304 pages
8h 40m
English
In step 1, we performed on-heap/off-heap memory configurations. On-heap memory simply means the memory that is managed by the JVM heap (garbage collector). Off-heap memory refers to memory that is not managed directly, such as that used with INDArrays. Both off-heap and on-heap memory limits can be controlled using the following VM options in Java command-line arguments: