Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there
When trying to create a trigger for a job in the Job Conductor (Administrator Center) I get the following error: "Save Failed: Java heap space".
I can't find any logs at MyServer\Talend\6.4.1\tac\apache-tomcat\logs from today, despite localhost_access_log.
How can I track down the problem or solve it?
Best regards
Yannek
This is what i found in the logs:
INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2048m
INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx8192m
INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XXermSize=512m
When coming to work this morning, the problem no longer occurred without me doing anything.
Did you follow the Tomcat memory configuration settings as mentioned here:
https://help.talend.com/reader/Max_aNbBTghgWU~pa3KVUQ/cY1hWN2um97Ru1UYq8oiqA
Yes I did. There are currently 8 GB allocated.
What is your exact setting?
Can you search the log during Tomcat startup if it is really using this setting?
This is what i found in the logs:
INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2048m
INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx8192m
INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XXermSize=512m
When coming to work this morning, the problem no longer occurred without me doing anything.