Skip to content

Performance

Resolve common performance issues that affect Turbo Server applications.


Applications Take Too Long To Launch

Problem

  • Launch times increase because application servers cannot handle peak load.

Solutions

  • Add application servers or increase capacity so concurrent launches stay within expected headroom.
  • Confirm server sizing matches the Server Prerequisites.

Related

Applications Occasionally Freeze Up

Problem

  • Applications hang or become unresponsive after launch, often under load.

Solutions

  • Verify the application runs correctly when launched locally or on an idle server that meets hardware requirements.
  • Check Windows Task Manager and Performance Monitor for CPU, memory, and disk bottlenecks; scale up resources as needed.
  • Review Event Viewer hardware errors (for example disk failures) in the Performance category; address any hardware changes that coincide with the freezes.

Related