Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Hello,
Could you please provide more details:
Best regards
Sabrina
Thanks
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