Skip to content

Instantly share code, notes, and snippets.

@jestan
Created December 4, 2011 19:49
Show Gist options
  • Save jestan/1431109 to your computer and use it in GitHub Desktop.
Save jestan/1431109 to your computer and use it in GitHub Desktop.
Netty JVM Opts
-server -Xms2048m -Xmx2048m -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods
@djangofan
Copy link

I would call that "Netty 64-bit JVM Opts"

@jestan
Copy link
Author

jestan commented Dec 27, 2011

I agree :-), just copied from @trustin's Netty benchmark .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment