Home / Function/ jvmArgs() — netty Function Reference

jvmArgs() — netty Function Reference

Architecture documentation for the jvmArgs() function in AbstractByteBufGetCharSequenceBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6e8f18e1_a773_f4f9_488a_385151b8d4be["jvmArgs()"]
  3c22d637_60c0_7575_bb26_6df4711888f9["AbstractByteBufGetCharSequenceBenchmark"]
  6e8f18e1_a773_f4f9_488a_385151b8d4be -->|defined in| 3c22d637_60c0_7575_bb26_6df4711888f9
  style 6e8f18e1_a773_f4f9_488a_385151b8d4be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/buffer/AbstractByteBufGetCharSequenceBenchmark.java lines 122–126

    @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

Frequently Asked Questions

What does jvmArgs() do?
jvmArgs() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/buffer/AbstractByteBufGetCharSequenceBenchmark.java.
Where is jvmArgs() defined?
jvmArgs() is defined in microbench/src/main/java/io/netty/buffer/AbstractByteBufGetCharSequenceBenchmark.java at line 122.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free