Jump to content

OutofMemoryError running etl job


shikha1610

Recommended Posts

  • 4 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

try to allocate more memory for java

for example:

JAVA_OPTS=-Xmx768m -Xms768m

(it's a system env. var so in windows "set JAVA_OPTS=..." or in linux "export JAVA_OPTS=....")

You can try with 256m and up, until it works for you



Post Edited by Robert Rogovich at 04/17/09 22:24
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...