Re: Issue While starting the application services
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Issue-While-starting-the-application-services-tp8373p8374.html
This is caused by OS.
OS refuses native memory allocation.
*Ensure you jave enough available memory first.
*Check the java memory configuration of Admin Server.. Xmx, Xms and others..
*Use "ulimit -a" to check the "max user processes" and "open files" and change the value to a bigger one.
change it for OS owner of the WLS (EBS)
*Increase the following ulimit values for the OS owner of the WLS(EBS)->
-u The maximum number of processes available to a single user.
-v The maximum amount of virtual memory available to the process.