"jajava.lang.OutOfMemoryError" during importing pr

This forum contains ProfileStage posts and now focuses at newer versions Infosphere Information Analyzer.

Moderators: chulett, rschirm

Post Reply
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

I'd say your project is too big and the JVM ran out out of memory trying to import it all.

Either split it up and do it in a couple of blocks, or there may be a way to increase the size of the JVM. I once came across an article to get around the same sort of thing when you tried to use IAAdmin -getOutputTable and there was too much data. Maybe it will help.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can increase the size of memory available to the JVM. I don't have details at the moment, but if you search for Xmx you'll be well on the way.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply