Dear visitor, welcome to Palo Community Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
java heap space error
Hi guys,
I added 40 sources in my pipeline.. and I do have a problem with java heap space. Unfortunately I only have 1024 for etlserver free.
For me it looks like that the number of sources does the effect and not the size of data extracted.
40 sources and small period to extract -> heap space error
30 sources and a huge perio to extract -> works
Does the palo team has any experiences on that. I know this issue is quite abstract.
Thanks for helping
my configuration: ETL Server 1.3, palo server 3.0 and linux
sivgin
I solved that by making two project files from one project file.
Not great, but it works!
sivgin
Hi,
I'm surprised that the number of sources makes the difference. In general, ETL Server shouldn't run out of Java heap space even with very huge data volume. Caching is done in Transform TableTransform (in case of Aggregation), TableView (in case of Sorting), TableJoin and for some Tree-Operations.
Please try with ETL 3.0 Beta!