resource-limiting

Community

Prevent server thrash with safe limits.

Authorliauw-media
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Heavy tasks like tests, migrations, or builds on shared servers can exhaust CPU/IO, causing outages for other users.

Core Features & Use Cases

  • CPU/IO limiting commands: nice, ionice, cpulimit usage examples to throttle resource usage.
  • Task-level guidance: Run tests with single processes and embrace deterministic execution on shared servers.
  • Systemd-based controls: Optional resource control via systemd for stronger guarantees.

Quick Start

Use quick commands like nice -n 19 ionice -c 3 <your-command> to limit resources before running heavy tasks.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: resource-limiting
Download link: https://github.com/liauw-media/CodeAssist/archive/main.zip#resource-limiting

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository