Re: The network memory min (64 mb) and max (1 gb) mismatch

2020-06-12 Thread Xintong Song
at value >>>>- "taskmanager.sh" starts the task manager JVM process with the >>>>returned JVM parameters, and passes the dynamic configurations as >>>> arguments >>>> into the task manager process. These dynamic configurations

Re: The network memory min (64 mb) and max (1 gb) mismatch

2020-06-12 Thread Clay Teeter
e task manager process. These dynamic configurations will be read >>> by >>>Flink task manager so that memory will be managed accordingly. >>> >>> Flink task manager expects all the memory configurations are already set >>> (thus network min/max should

Re: The network memory min (64 mb) and max (1 gb) mismatch

2020-06-12 Thread Xintong Song
; keys: []) is not set* >>> >>> I was able to fix a cascade of errors by explicitly setting these values: >>> >>> taskmanager.memory.managed.size: {{ >>> .Values.analytics.flink.taskManagerManagedSize }} >>> taskmanager.memory.task.heap.s

Re: The network memory min (64 mb) and max (1 gb) mismatch

2020-06-12 Thread Clay Teeter
s. > > Thank you~ > > Xintong Song > > > > On Fri, Jun 12, 2020 at 12:58 AM Clay Teeter > wrote: > >> Hi flink fans, >> >> I'm hoping for an easy solution. I'm trying to upgrade my 9.3 cluster to >> flink 10.1, but i'm running into memory configu

Re: The network memory min (64 mb) and max (1 gb) mismatch

2020-06-11 Thread Xintong Song
me for the cpu cores. Thank you~ Xintong Song On Fri, Jun 12, 2020 at 12:58 AM Clay Teeter wrote: > Hi flink fans, > > I'm hoping for an easy solution. I'm trying to upgrade my 9.3 cluster to > flink 10.1, but i'm running into memory configuration errors. > > Such as: > *C

The network memory min (64 mb) and max (1 gb) mismatch

2020-06-11 Thread Clay Teeter
Hi flink fans, I'm hoping for an easy solution. I'm trying to upgrade my 9.3 cluster to flink 10.1, but i'm running into memory configuration errors. Such as: *Caused by: org.apache.flink.configuration.IllegalConfigurationException: The network memory min (64 mb) and max (1 gb) mismatch