cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
814
Views
0
Helpful
2
Replies

Tidal 6.1 Transporter Error: OutOfMemoryError: Java heap space

salam2010
Level 1
Level 1

Hi,

After connecting to source and destination, when I hit "Read Data" the transporter showed me the below error:-

"Error reading Data from Source and Destination:OutOfMemoryError: Java heap space"

Transporter version is : 6.1.0.371

Client Manager version :6.1.0.388

Master version: 6.1.0.387

Transporter is installed on windows server 2008 64 bit OS with 16 GB memory

Can anyone provide any suggestion about the error and its solution.

Is ther any way to specify the JVM memory in transporter.props file?

Thanks.

2 Replies 2

Hi there, saw this in one of our guides:

Need to configure memory for Transporter.  C:\Program Files\TIDAL\Transporter\bin\transporter.cmd  Edit the line:  "%JAVA_HOME%\bin\java" -Xms6g -Xmx6g -DTIDAL_HOME="%TIDAL_HOME%" -jar "%TRANSPORTER_JAR%" %*  

Default is -Xms256m -Xmx512m  

For our Transporter server it is I changed it to -Xms6g -Xmx6g 

Will need to throttle this down in a multi concurrent user environment.

Thanks, Carolanne.

We found each user connection to Transporter takes about 500 MB of memory and we have bumped up to 2048 for both min and max memory.

Thanks,

Saif