Oops, hit send by mistake. In the configuration section, it is mentioned that for "many operators" heap size should be increased.
"JVM heap size (in megabytes) for the JobManager. You may have to increase the heap size for the JobManager if you are running very large applications (with many operators), or if you are keeping a long history of them." Is there any recommendation on the heap space required when there are around 200 CEP operators, and close 80 Filter operators? Any other leads on calculating the expected heap space allocation to start the job would be really helpful. Thanks, Shailesh On Sat, Feb 17, 2018 at 5:53 PM, Shailesh Jain <shailesh.j...@stellapps.com> wrote: > Hi, > > I have flink job with almost 300 operators, and every time I'm trying to > submit the job, the cluster crashes with OutOfMemory exception. > > I have 1 job manager and 1 task manager with 2 GB heap space allocated to > both. > > In the configuration section of the documentation > > > >