Re: Memory manager behavior in iterative jobs

2016-02-02 Thread Gábor Gévay
I've created a JIRA: https://issues.apache.org/jira/browse/FLINK-3322 Best, Gábor 2016-01-30 14:36 GMT+01:00 Fabian Hueske : > Hi Gabor and Marton, > > the taskmanager.memory.preallocate switch basically replaces Flink's > streaming mode. > The current stream runtime code does not operate on ma

Re: Memory manager behavior in iterative jobs

2016-01-30 Thread Fabian Hueske
Hi Gabor and Marton, the taskmanager.memory.preallocate switch basically replaces Flink's streaming mode. The current stream runtime code does not operate on managed memory. Hence, all memory allocated by the memory manager cannot be used for streaming jobs and is "lost". If the switch is set to f