Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
MattE
Creator II
Creator II

Increase java memory on remote engine

HI, how can i see what the jvm settings are on a remote engine?

This article

https://community.talend.com/s/article/java-Heap-Space-error-while-executing-job-against-Remote-Engine?language=en_US

says in <RE-HOME>/bin/ check file setenv[.bat] but this file does not exist in that location on my remote engine.

This article

https://community.talend.com/s/article/Increase-heap-size-on-the-Remote-Engine-service-to-allocate-memory-to-flows-7kJhK?language=en_US

says in

TalendRemoteEngineInstallationPath/etc check wrapper.conf but again, this file does not exist on my remote engine.

Any ideas?

article

article

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Have you tried to terminate your jobs that were waiting status one by one and restart the RE by manual to see if your RE run fine again?

When a java.lang.OutOfMemoryError: Java heap space occurs, the RE started behaving in a very unusual/random way as the memory was not sufficient and all components could no longer works without enough resources.

It could be a good idea to start the RE with clean parameter to avoid the same behavior.

Start the RE with the option clean, Karaf doc (<RE>/bin/start clean).

Best regards

Sabrina

View solution in original post

3 Replies
Anonymous
Not applicable

Hello,

Could you please provide more details:

  1. Are you running into Java Heap Space error while executing Job against Remote Engine?
  2. Could you clarify in which talend Cloud platform you are?
  3. On Windows, Linux, or OS X?

Best regards

Sabrina

MattE
Creator II
Creator II
Author

  1. Yes
  2. Remote engine 2.11.2
  3. Linux running on AWS EC2 instance.

Thanks

Anonymous
Not applicable

Hello,

Have you tried to terminate your jobs that were waiting status one by one and restart the RE by manual to see if your RE run fine again?

When a java.lang.OutOfMemoryError: Java heap space occurs, the RE started behaving in a very unusual/random way as the memory was not sufficient and all components could no longer works without enough resources.

It could be a good idea to start the RE with clean parameter to avoid the same behavior.

Start the RE with the option clean, Karaf doc (<RE>/bin/start clean).

Best regards

Sabrina