August 2017
Beginner to intermediate
284 pages
6h 51m
English
You can allocate the heap size per worker/slot. Here is the method required to define the heap size of each worker node:
public void setTopologyWorkerMaxHeapSize(Number size)
Here, size is the amount of heap space available to a single worker in megabytes.
Here is an example:
Config conf = new Config(); conf.setTopologyWorkerMaxHeapSize(1024.0);
Read now
Unlock full access