Stream: IG creation
Topic: IG Error
Mounika (May 28 2018 at 13:47):
Hi all, while publishing to the IG I am getting this error as shown in the below screenshot. Can anyone tell me.
Eric Haas (May 28 2018 at 16:54):
My guess is you are probably missing the element Observation.code in the differential. Need to have all the intermediate path elements in your differential. i.e. can't have element A , element A.b.c need element A , element A.b , element A.b.c
Mounika (Mar 16 2021 at 13:47):
Hi all, I am getting the below error while building the IG. Can anyone tell me how to fix? Capture1.JPG
David Pyke (Mar 16 2021 at 15:00):
You need to expand the working memory available to java.
Mark Iantorno (Mar 16 2021 at 15:00):
Your java process is running out of memory, you need to allocate more for it
Mark Iantorno (Mar 16 2021 at 15:00):
:point_up:
David Pyke (Mar 16 2021 at 15:01):
:point_up:
Lloyd McKenzie (Mar 16 2021 at 15:04):
Note that the IGPublisher is "memory hungry". 4GB is the bare minimum and if you have a big IG or want other stuff open on your machine when you're running the build, 8GB is useful.
Last updated: Apr 12 2022 at 19:14 UTC