You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my VM with 8 CPU and 8 GB RAM io.kestra.plugin.serdes.json.IonToJson can convert a 600 Mb file in 2 minutes, but a 1 Gb file fails with a Java heap space error after 40 minutes. During this period, UI almost doesn't work and new flows don't start by schedule.
Describe the issue
On my VM with 8 CPU and 8 GB RAM io.kestra.plugin.serdes.json.IonToJson can convert a 600 Mb file in 2 minutes, but a 1 Gb file fails with a Java heap space error after 40 minutes. During this period, UI almost doesn't work and new flows don't start by schedule.
I use
- JAVA_OPTS=-Xms4G -Xmx6G
config.flow that I run
slack thread with discussion - https://kestra-io.slack.com/archives/C03FQKXRK3K/p1738239094441759
Environment
The text was updated successfully, but these errors were encountered: