0

About once per month, our router component hangs, halting traffic. It logs a "OutOfMemoryError: Java heap space" error. I think it's consistently using about .5 GB of physical memory.

It looks like config files are placed in "C:\fmc-1.0.2.fuse-097\instances\esb-router-container\etc", but I found no place for jvm options. Where is the prescribed place for adding "-Xmx512m", or whatever?

I'm not excited about upgrading the entire esb to the lastest version.

bwfrieds
  • 341
  • 3
  • 20

1 Answers1

0

You can use fabric:container-edit-jvm-options to edit the -Xmx property of the container to increase the memory size

Sivaram
  • 16
  • 1