jvmArgs() — netty Function Reference
Architecture documentation for the jvmArgs() function in ByteBufUtilDecodeStringBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f64dcac3_905c_082f_c8f0_b4a4d70eab81["jvmArgs()"] eb34c265_3af6_0692_7076_c5e6ce28d473["ByteBufUtilDecodeStringBenchmark"] f64dcac3_905c_082f_c8f0_b4a4d70eab81 -->|defined in| eb34c265_3af6_0692_7076_c5e6ce28d473 style f64dcac3_905c_082f_c8f0_b4a4d70eab81 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/buffer/ByteBufUtilDecodeStringBenchmark.java lines 96–100
@Override
protected String[] jvmArgs() {
// Ensure we minimize the GC overhead by sizing the heap big enough.
return new String[] { "-XX:MaxDirectMemorySize=2g", "-Xmx8g", "-Xms8g", "-Xmn6g" };
}
Domain
Subdomains
Source
Frequently Asked Questions
What does jvmArgs() do?
jvmArgs() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/buffer/ByteBufUtilDecodeStringBenchmark.java.
Where is jvmArgs() defined?
jvmArgs() is defined in microbench/src/main/java/io/netty/buffer/ByteBufUtilDecodeStringBenchmark.java at line 96.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free