512mb is just too small for a TaskManager. You would need to either
increase it, or decrease the other memory components (which currently use
default values).
The 64mb Total Flink Memory comes from the 512mb Total Process Memory minus
192mb minimum JVM Overhead and 256mb default JVM Metaspace.
Be
Hi John,
May I know what is your Flink version you are trying?
On Thu, 23 Jun 2022 at 3:43 AM, John Tipper wrote:
> Hi all,
>
> I'm wanting to run quite a number of PyFlink jobs on Kubernetes, where the
> amount of state and number of events being processed is small and therefore
> I'd like t
Hi all,
I'm wanting to run quite a number of PyFlink jobs on Kubernetes, where the
amount of state and number of events being processed is small and therefore I'd
like to use as little memory in my clusters as possible so I can bin pack most
efficiently. I'm running a Flink cluster per job. I'm