Sunday, February 28, 2010

replace /dev/random with /dev/urandom

/dev/random can really slow down WebLogic startup on Linux;
/dev/urandom is much faster

see here for a  solution
http://www.itonguard.com/20090313/weblogic-starts-slow/


add  “-Djava.security.egd=file:/dev/./urandom” (/dev/urandom does not work) to java parameters.

No comments: