📑 Pages

🧠 Unity Brain Server — Resource Configuration

admin tool · binds on 127.0.0.1 only · writes server/resource-config.json

📡 Detected Hardware

Status
⏳ probing...

🎚 Resource Tier — pick a preset

This admin tool sizes the local-dev brain your own GPU runs via start.bat. In the deployed model, visitors instead donate their browser GPU through the compute page and the brain trains/runs across those connected donor GPUs as data-parallel replicas — no tier file needed on the donor side. Tiers that exceed your detected hardware are greyed out and can't be selected. Pick the highest tier that fits. Each tier maps to a known-good neuron count. Click save when you're ready — config takes effect on the next start.bat / node server/brain-server.js.

Manual values are clamped server-side — you CANNOT exceed detected hardware. The server rejects invalid writes and keeps the old config. Minimum is 1000 neurons / 256 MB VRAM. The WebGPU browser flags raised by start.bat lift the neuron ceiling for whichever GPU is computing — the same flags help any donor GPU contributing to the deployed brain.

ℹ What happens when you save

  1. Your config is validated — any value above the detected hardware ceiling is rejected.
  2. Validated config is written atomically to server/resource-config.json.
  3. On the next start.bat (or direct node server/brain-server.js), the brain server reads this file and caps its neuron count accordingly.
  4. You can re-run GPUCONFIGURE.bat any time to change the tier or clear the override entirely (click CLEAR to revert to pure auto-detect).
  5. If the config file is missing, corrupt, or out of range, the server silently falls back to auto-detect — you can never brick it.