MinSps ???? What is it ? If you have a bug-ridden device driver,when Windows starts, you may see a blue screen with this kind of message.
There are no spare stack pages. It may be necessary to increase the settings of MinSps in System.ini to prevent possible stack faults. There are currently 2 SPs allocated.
The typical user, facing this message, has no idea what it means. The only thing you might do is to open up system.ini and fine MinSps settings. Unfortunately, there is no such entries.
The solution is to add something like this to your System.ini file.
[386 Enh] MinSps= 4
If 4 does not work, increase it to 6. If that value does not resolve the problem, try 8. Each spare stack page consumes 4k of extended memory.
In my case, I use MinSps=10 Note: If you upgrade your OS to NT, you shall have no such problems.
|
|