×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
John Mathew wrote on Wed, 01 Aug 2012 18:59:04 GMT:
ASP size has increased to 90%. Is there any way to
decrease ASP size to 80 or 75.
As others have asked, is this a new development or is it sudden?
A couple of things that haven't been mentioned:
- Have you been doing a large number of compiles or replace
objects and not IPLed recently? If so, you may have a lot of
items im QRPLOBJ library. Either IPL or clear this library
using the command CLRLIB QRPLOBJ
- Have the settings for the daily cleanup job been changed or
perhaps turned off? Use the command GO CLEANUP. Take option 1
to set up the options for daily cleaning and take option 2 to
make sure it runs daily to prevent future disk use. Take option
3 to run the clean up task immediately.
- Check the system value QRCLSPLSTG using the command WRKSYSVAL
QRCLSPLSTG. Option 5 displays the current setting. Option 2
allows you to change it. Most customers find using the default
of 8 to be reasonable in terms of both performance and keeping
disk tidy.
Sue
As an Amazon Associate we earn from qualifying purchases.