dotnet-gc-memory
CommunityMaster .NET GC and memory management.
AuthorAGIBuild
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers understand and optimize garbage collection and memory usage in .NET applications, preventing performance bottlenecks and memory leaks.
Core Features & Use Cases
- GC Tuning: Configure Workstation/Server GC, Concurrent/Non-concurrent modes, and understand generational heaps (Gen0/1/2).
- Memory Optimization: Learn to use Span<T>/Memory<T>, ArrayPool<T>, MemoryPool<T>, and understand LOH/POH to reduce fragmentation and allocation pressure.
- Use Case: Optimize a high-throughput web API by switching to Server GC, tuning generational collection, and implementing object pooling to minimize GC pauses and improve response times.
Quick Start
Analyze the current GC heap size and generation counts for the running .NET process.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-gc-memory Download link: https://github.com/AGIBuild/Agibuild.Fulora/archive/main.zip#dotnet-gc-memory Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.