TBH Wiki

Performance Optimization

Reduce CPU, memory, and GPU usage while TBH runs in background.

The Problem

TBH uses Unity and renders at your monitor's refresh rate by default (144Hz = 144 FPS). A taskbar-sized game running at 144 FPS is completely unnecessary and wastes GPU resources.

Recommended Settings

SettingValueImpact
Background FPS cap20-30 FPS50%+ CPU/GPU reduction
Process priorityBelow NormalUses only idle CPU cycles
Windows transparencyOffReduces UI redraws
Always on topOffLess rendering work

How To

1. Cap Background FPS (NVIDIA)

  1. — NVIDIA Control Panel → Manage 3D Settings → Program Settings
  2. — Add TBH executable
  3. — Background Application Max Frame Rate → 30

2. Set Process Priority

  1. — Ctrl+Shift+Esc → Task Manager
  2. — Find TBH → Right-click → Go to details
  3. — Right-click → Set priority → Below Normal

3. Disable Windows Transparency

  1. — Windows Settings → Personalization → Colors
  2. — Turn off Transparency effects

Normal Resource Usage

  • — RAM: 400-900 MB (normal)
  • — If exceeding 2 GB: restart game (memory leak after long sessions)
  • — CPU: should be 1-3% after optimization