Posted by Coder.
Jan
4
Posted by Coder.
GC ergonomics just works within the limits of the heap it’s given
Ergomonics has a default for the relative sizes of the young generation and the tenured generation in the heap. If you have command line flags to specify the sizes of the generations (probably something like -XX:NewRatio=ratio or -XX:MaxNewSize=bytes), use them. GC ergonomics normally does not change the maximum size of a generation so if you know something about how your application runs such that you know it benefits from a larger or smaller young generation, pass that information along on the command line. Again GC ergonomics just works within the limits of the heap it’s given.
There are 0 comments to this post.
Add Your Comment.
Previous Post
« Bjarne on C++0x Next Post
Tips for Testing Scalability »
« Bjarne on C++0x Next Post
Tips for Testing Scalability »