Stream: implementers
Topic: IG Heap Size Issue
abhishek gupta (Jan 04 2018 at 12:06):
Hi All,
when I am publishing the IG Profiles then at that time I am getting the Exception like that:
"java.lang.outofmemoryerror:java heap space problem".
I also put increase the memory like _JAVA_OPTIONS=-Xms1024m -Xmx4096m.
If anybody knows about that problem when publishing the ig then ping me
Lloyd McKenzie (Jan 04 2018 at 15:29):
It runs fine for me with Max memory of 2048M. (I use the default stack size)
abhishek gupta (Jan 05 2018 at 06:01):
But it is not running for me then what can I do.Is there any alternate way to solve this problem.
Lloyd McKenzie (Jan 05 2018 at 15:28):
Do you actually have the memory on your machine you're declaring is available?
Lloyd McKenzie (Jan 05 2018 at 15:29):
(And that memory is free at the time you launch and not consumed by other processes...)
Last updated: Apr 12 2022 at 19:14 UTC