[DB]wait error

Zeph

Dedicated Member
Dedicated Member
Mar 29, 2003
102
0
113
This happens when you have eiserver and sql server running on the same computer and the processor reaches 100%

start eiserver using a batch file as shown below

CD C:\mud3\LogDataSrv
Start LogDataServer.exe
CD C:\mud3\LogGate
Start mirlogin.exe
CD C:\mud3\SelChrGate
Start Gate30.exe
CD C:\mud3\RunGate
Start /abovenormal RunGate.exe
CD C:\mud3\Logsrv
Start LoginSrv.exe
CD\mud3\dbsrv200
start dbsvr.exe
CD C:\Mud3\Mir300
Start /belownormal eiServer.exe

The /belownormal on the eiserver will reduce the priority the eiserver has on the server resources and should stop db wait errors.
 
Upvote 0