jetbrains-vmoptions
14
总安装量
14
周安装量
#23363
全站排名
安装命令
npx skills add https://github.com/buyoung/skills --skill jetbrains-vmoptions
Agent 安装分布
claude-code
12
gemini-cli
11
opencode
11
trae
11
codex
11
cursor
10
Skill 文档
JetBrains IDE VM Options Capabilities
Provides reference knowledge to compose .vmoptions sets for JetBrains IDEs.
Output format: Markdown with code blocks containing .vmoptions lines (no file generation).
Process Flow
Step 1: Collect Requirements
â âââ Read [prerequisite-check.md] â Validate IDE version
â
â¼
Step 2: Research Options
â âââ Read [gc-options.md], [memory-options.md], [common-options.md]
â based on user's goals
â
â¼
Step 3: Draft Output
â âââ Generate preliminary vmoptions
â
â¼
Step 4: Self-Review
â âââ Verify each option matches user's requirements
â Remove irrelevant or conflicting options
â
â¼
Step 5: Share & Review
âââ Present final vmoptions to user with explanations
Scope
- IDE version ranges: 222-242 (JDK 17), 243+ (JDK 21)
- Cross-platform JVM options only (
.vmoptions, one option per line,#comments) - GC selection/tuning: Generational ZGC, ZGC, G1GC, Shenandoah, Parallel, Serial
- Memory/Code cache/Metaspace/Reference processing flags
- Compiler/runtime performance options commonly used for IDE tuning
References
| File | Content |
|---|---|
| prerequisite-check.md | Required input validation logic (read first) |
| gc-options.md | Detailed GC flags and tuning parameters |
| memory-options.md | Memory management options |
| common-options.md | Commonly used performance flags |