[
https://issues.apache.org/jira/browse/FLINK-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15046718#comment-15046718
]
ASF GitHub Bot commented on FLINK-3073:
---------------------------------------
Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/1433#issuecomment-162846304
Any more comments?
The log messages now look like this:
```
11:28:58,212 INFO org.apache.flink.runtime.taskmanager.TaskManager
- Limiting managed memory to 0.7 of the currently free heap space (295
MB), memory will be allocated lazily.
```
or
```
11:30:09,859 INFO org.apache.flink.runtime.taskmanager.TaskManager
- Using 0.7 of the currently free heap space for managed heap memory (295
MB).
```
> Activate streaming mode by default
> ----------------------------------
>
> Key: FLINK-3073
> URL: https://issues.apache.org/jira/browse/FLINK-3073
> Project: Flink
> Issue Type: Improvement
> Components: TaskManager
> Reporter: Robert Metzger
> Assignee: Aljoscha Krettek
> Fix For: 1.0.0
>
>
> Currently, TaskManagers are still started in the batch mode.
> I have the impression that more users are actually using Flink for stream
> processing, and, the streaming mode also allows batch workloads.
> It would be nice to change that for the 1.0 release
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)