How to enable multiple compact task simultaneously

I want to know if I can enable multiple compact task simultaneously? or not?

Subject: how to enable multiple compact task simultaneously

I just tried to test it and i could load more compactors just by issuing commands like “load compact” or “load compact admin4.nsf” and so on.

Peter Närlund

http://domainpatrol.org

Subject: RE: how to enable multiple compact task simultaneously

Thank you for your help.The server run a compact Program at 2 am ervery morning automatically, because of too many nsf files, the compactor need to run nearly 16 hours. Then users request compacting from IE during this period, the requestion will be pending until compact program finished.

Subject: RE: how to enable multiple compact task simultaneously

You can add parameters to the compact command to only do an actual compact on databases with more than a specified percent of whitespace. This is done by adding -s10 for example load compact -s10. This would only run compact on databases that have more than 10% whitespace. You could then run another percentage on weekends when there is lesser acitivity in the databases.

Peter Närlund

http://domainpatrol.org

Subject: RE: how to enable multiple compact task simultaneously

Great idea, Thank you for your direction.