High CPU Utilization during Backup

Cause:
From 14740, below listed parameters will no longer be included in the command. As a result, when performing backups, 7-Zip utilizes a high number of CPU threads, leading to increased CPU usage.
- mmt - Sets number of CPU threads
- mmemuse - Sets a limit(in percentage) on memory usage (RAM) for compressing and decompressing.

Note: Prior to 14740, the 'mmt' parameter was configured as Half of Total CPU Threads and the 'mmemuse' parameter was set to 50%.

Fix:
The Older Configuration has been retained.

Steps to apply the fix:

Jar Compatibility:
Build
| Compatible Jar |
14740 | High_CPU_14740_Fix.fjar |
14750, 14810 | High_CPU_14750_Fix.fjar |
New to ADSelfService Plus?
Related Articles
SQL Server High CPU - To collect queries consuming CPU resources
1. To get an idea of how much CPU the queries are currently using, out of overall CPU capacity, run the following statement: DECLARE @init_sum_cpu_time int, @utilizedCpuCount int --get CPU count used by SQL Server SELECT @utilizedCpuCount = COUNT( * ...
How to take a backup in SDP-MSP
Note: In 10.6 when running a backup using backdata.bat/backdata.sh the backup file will be in .ezip format. Backup with .ezip format can be restored to the same database platform only. For example a backup with .ezip when taken from postgres DB ...
SQL Backup permission post 10.6 Upgrade.
Error on the logs: [20:00:50:193]|[04-25-2022]|[com.adventnet.taskengine.backup.DbBackupTask]|[INFO]|[124]: BackupStatus updated in DB :: <BackupStatus backup_id=1806 backupType="FULL_BACKUP" ...
Backup password protection
The application backup is protected with a password. The password is required to open the backup file / restore it. This password can be changed in the Admin-> Backup schedule page. Click Edit Scheduling and input the backup password to change the ...
Scheduled Backup Failure
Sometimes the scheduled backup fails due to the below error in the logs, Error Message org.postgresql.util.PSQLException: An I/O error occured while sending to the backend. at ...