Hi team,

Currently, I was facing the OutOfMemoryError: Java heap space. This was some how due to the fact that I was storing the state on FileSystem. With the FsStateBackend, the working state for each task manager is in memory (on the JVM heap), and state backups (checkpoints) go to a distributed file system, e.g., HDFS. Therefore, is there anyways  that I can free the state in memory and directly use the state on s3 ?

 

Sent from Mail for Windows

 

Reply via email to