The system seems more stable with it moved to the Startup folder. Firefox was always crashing until I did this.
One other thing I am trying.
I downloaded a program called The PM Queue Size Patch.
These patches may provide tremendous stability in OS/2 systems
that suffer from desktop hangs, no-input in shells, invalid switching
between the desktop and Window/DOS applications, and other
ailments. These patches are not meant to be a complete OS/2 fix,
but may be lots of help. I followed its instruction and added the necessary line to the
startup.cmd:
@ECHO OFF
RUN=E:\OS2\ACPIDAEMON.EXE
PMQSIZE E:\OS2\DLL\PMWIN.DLL 190 /Q
exit
I added the /Q because the cmd prompt window would come up showing what it was doing. However, I could not get it to close until I added /Q
THEORY:
Every PM thread that sends PM messages or receives posted
messages must have a queue to hold those messages until they are
processed. Messages are very frequently put into those messages queues
to be processed as the thread is able. If more messages are put into
the queue than the queue can hold, then it is reasonable to expect
problems in the system, ranging from trivial glitches to system
hangs. The default size for these queues in OS/2 is only 10 messages.
This seems very small considering the number of message-generating
activities going on in a busy OS/2 system.
Many OS/2 users experience problems in running OS/2 that I speculate
are caused, or at least exacerbated, by this too-small queue.
Two partitions appear to be running great with these two changes. The big thing is moving the
RUN=E:\OS2\ACPIDAEMON.EXE
to the startup.cmd