Skip to content

Instantly share code, notes, and snippets.

@rynmrtn
Created October 15, 2010 18:02
Show Gist options
  • Save rynmrtn/628647 to your computer and use it in GitHub Desktop.
Save rynmrtn/628647 to your computer and use it in GitHub Desktop.
Trick to increase weblogic startup speed in a development/test environment
# On a linux environment, modify JAVA_OPTIONS:
JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.security.egd=file:/dev/./urandom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment