Dariusz Piatkowski
2013-01-02 04:53:57 UTC
So I'm attempting to clean out the INI files here.
OS2.INI is 3,116,513
OS2SYS.INI is 691,065
...this is right after I got done with multiple CHECKINI sessions...only the
OS2SYS file dropped down from about 912,788 size.
Why does this matter? Well, once I hit the 900K size my shutdown usually ends up
corrupting the OS2SYS file, which means that the file is usually cut down to
about 1/2 the size...about 500K...needless to say, this is a problem whenever
I'm attempting to make some change to the environment.
I'm using XWP 1.0.9 and the 'custom' INI write routine. Typically this is a
solid process...until OS2SYS grows too big.
My question is: how does one tell what particular pieces of the INI can 'go'???
I find that the PM_Workplace:Handles0 & Handles1 both have Block1 through
Block5...each one appears to have some 65K entries...and as best as I can
understand, these simply are file handles....or maybe a better way to put this
is to say these are 'object' handles.
The OS2 file on the other hand, has some 308 apps, each one with multiple keys.
I'm guessing the best I can do here is to go through each one and determine if
the application is still installed and in-use.
Any hints and pointers would be greatly appreciated!
Thanks...
OS2.INI is 3,116,513
OS2SYS.INI is 691,065
...this is right after I got done with multiple CHECKINI sessions...only the
OS2SYS file dropped down from about 912,788 size.
Why does this matter? Well, once I hit the 900K size my shutdown usually ends up
corrupting the OS2SYS file, which means that the file is usually cut down to
about 1/2 the size...about 500K...needless to say, this is a problem whenever
I'm attempting to make some change to the environment.
I'm using XWP 1.0.9 and the 'custom' INI write routine. Typically this is a
solid process...until OS2SYS grows too big.
My question is: how does one tell what particular pieces of the INI can 'go'???
I find that the PM_Workplace:Handles0 & Handles1 both have Block1 through
Block5...each one appears to have some 65K entries...and as best as I can
understand, these simply are file handles....or maybe a better way to put this
is to say these are 'object' handles.
The OS2 file on the other hand, has some 308 apps, each one with multiple keys.
I'm guessing the best I can do here is to go through each one and determine if
the application is still installed and in-use.
Any hints and pointers would be greatly appreciated!
Thanks...