prioritize_process
Increase a process's CPU priority to meet critical deadlines. Use sparingly to prevent system unresponsiveness.
Instructions
Give a process HIGHER than normal CPU priority.
WARNING: Use sparingly. High priority can make system unresponsive.
Use only when:
A critical render must finish by deadline
System is otherwise idle
You accept risk of temporary unresponsiveness
Args: target_pid: Process ID to boost (REQUIRED)
Returns: Confirmation with warning about side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_pid | Yes |