Chris R created FLINK-18792:
-------------------------------
Summary: TaskManager Start Failure
Key: FLINK-18792
URL:
https://issues.apache.org/jira/browse/FLINK-18792 Project: Flink
Issue Type: Bug
Components: Client / Job Submission
Affects Versions: 1.11.0
Environment: OS: Windows 10/x64
Terminal: Cygwin
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
Flink-1.11.0
Maven 3.63
Scala: None
Reporter: Chris R
https://issues.apache.org/jira/browse/FLINK-18438?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17147168#comment-17147168
This is a very similar issue to the link above, I think. I'm getting an issue that is this in the standalone out file:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Improperly specified VM option 'MaxMetaspaceSize=268435456 '
TM_RESOURCE_PARAMS extraction logs:
jvm_params: -Xmx536870902 -Xms536870902 -XX:MaxDirectMemorySize=268435458 -XX:MaxMetaspaceSize=268435456
dynamic_configs: -D taskmanager.memory.framework.off-heap.size=134217728b -D taskmanager.memory.network.max=134217730b -D taskmanager.memory.network.min=134217730b -D taskmanager.memory.framework.heap.size=134217728b -D taskmanager.memory.managed.size=536870920b -D taskmanager.cpu.cores=1.0 -D taskmanager.memory.task.heap.size=402653174b -D taskmanager.memory.task.off-heap.size=0b
--
This message was sent by Atlassian Jira
(v8.3.4#803005)