Skip to content

Instantly share code, notes, and snippets.

@dgageot
Created September 27, 2010 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgageot/598981 to your computer and use it in GitHub Desktop.
Save dgageot/598981 to your computer and use it in GitHub Desktop.
private void forceOutOfMemoryError() {
try {
Object[] ignored = new Object[(int) Runtime.getRuntime().maxMemory()];
} catch (Throwable e) {
}
// All softReferences are cleared!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment