Hi Andre,
what you could do is to either add a new startCluster method which takes as
a parameter the task manager memory size. Alternatively, and I would prefer
this alternative, you could change the startCluster(Configuration,
StreamingMode, boolean) method to always overwrite the configuration
Hi all,
in longer workflows one reaches "too few memory segments error" in Tests
inheriting from TestBaseUtils. A solution to this problem is increasing
TASK_MANAGER_MEMORY_SIZE in the cluster configuration.
We are doing this is a custom @BeforeClass method replacing the logic of
the TestBas