Hi,
I'm installing SAS 9.4 M6 (ECL solution) on a Linux server (a new dedicated server, we have 64GB of memory available). In the middle of the installation (not configuration), we have the following error:
Expection in thread "Thread-379" java.lang.OutOfMemoryError: GC overhead
After receiving this error for the first time, we start a new installation setting the following java options:
./setup.sh -console -javaoptions "-Xms512M -Xmx7168M Xss512M -XX:-UseGCOverheadLimit -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:NewRatio=8 -XX:+CMSClassUnloadingEnabled -XX:+UseTLAB"
We changes the parameters several times but the error continues, always in the same step.
Any idea?
Regards,