Github user rmetzger commented on the pull request:
https://github.com/apache/incubator-samoa/pull/11#issuecomment-99753405
We have a open JIRA in Flink to start a "streaming only" mode, which starts
up Flink in an streaming optimized mode.
For now, you can set the following configuration values in the
conf/flink-conf.yaml to achieve a similar effect:
- `taskmanager.memory.fraction`: This fraction describes the division
between managed and unmanaged heap space. Flink batch is using managed memory
for its operations, flink streaming uses unmanaged memory only. By default the
value is set to 0.7, which leaves not much memory for streaming. I would
recommend setting the value to `0.001` ;)
- `taskmanager.heap.mb`: Thats an integer specifying the task manager's
heap size. By default its set to 512. I suspect your machine has more memory.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---