How can we help you today? How can we help you today?

Backup process consumes way to much CPU

We're running SQL backup v5.2.

Is there any way through the GUI to reduce the CPU consumption so that the DB will still be somewhat responsive to queries?

I saw in a previous forum entry some syntax for an earlier version (v4) of backup to achieve this from the command line. Has it changed for v5? What is the proper syntax?

The backups would take longer understandably, but at least the site would be more responsive.

Thanks in advance,

Alan
achoyna
0

Comments

1 comment

  • petey
    Compression level 1 uses the least CPU cycles, while compression level 3 is CPU intensive.

    You could also use the THREADPRIORITY option to set SQL Backups' process priority to below normal.
    petey
    0

Add comment

Please sign in to leave a comment.