|
the default "cpu grace time" of 500 is generally acknowledged as being too low, and it is common to have to increase this value to 2000. There have been some timeslice CRs where the workaround was to increase cpu grace time by this amount. You can increase it by :
sp_configure 'cpu grace time', 2000
There are no negative effects from having a high CPU grace time
Also, the version of ASE is over 4 years old and End Of Life. So for the short term, you should apply ASE 12.5.4 ESD10 to make sure you are running with the most recent 12.5.x version possible. |
|