[
https://issues.apache.org/jira/browse/FLINK-18189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Zagrebin closed FLINK-18189.
-----------------------------------
Resolution: Fixed
merged into master by 4555ad91b4bd0df8887c4b4eb3119cbae272e805
merged into 1.11 by 31a17cb523603a0b0d2daaf8ab7c1a18f9fc7999
> Incorrect size check for sum of heap/non-heap memory
> ----------------------------------------------------
>
> Key: FLINK-18189
> URL: https://issues.apache.org/jira/browse/FLINK-18189
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Reporter: Chesnay Schepler
> Assignee: Andrey Zagrebin
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> Configuration:
> {code}
> jobmanager.memory.process.size=1 gb
> jobmanager.memory.flink.size=512 mb
> jobmanager.memory.heap.size=128 mb
> {code}
> {code}
> org.apache.flink.configuration.IllegalConfigurationException: Sum of the
> configured JVM Heap Memory (128.000mb (134217728 bytes)) and the configured
> or default Off-heap Memory (128.000mb (134217728 bytes)) exceeds the
> configured Total Flink Memory (512.000mb (536870912 bytes)). Please, make the
> configuration consistent or configure only one option: either JVM Heap or
> Total Flink Memory.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)