Hi All,
sas sasserver1_1 is crashing down everyday (we are restating everyday manually then SAS EVM working) .
what could be the reason for shutting the sasserver1_1 service down.
Thanks,
SS
Maybe you can find error messages in the log-files. Have you checked them?
SS,
When SASServer1 crashes it could be one of dozens of causes: out of Java Heap, out of Disk Space, problems in the SAS Code, someone stopped the servers from the command line, and many many more. I would start by looking in the 'server.log' and 'catalina.out' logs found here:
.../config/Lev1/Web/WebAppServer/SASServer1_1/logs/
Look for errors around the time the server fails each day.
A nice SAS Note for log locations is here: http://support.sas.com/kb/55/426.html
If the logs are not helping I would try opening a support track with us.
Andy
Thanks,
its a memory leak, changed the memory settings .
Thanks,
SS
Which value did you change?
JVM_OPTS="-Xmx4096m -Xss256k -Xms2048m -XX:+UseG1GC -XX:MaxGCPauseMillis=500 -XX:+DisableExplicitGC -XX:ReservedCodeCacheSize=96m
I suppose you mean increasing maximum heap Xmx to 8Gb?
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.