Memory for Run on Server (Agentless) Backups
By default, the maximum Java heap size of each Run on Server backup process is set to 2GB. While the minimum Java heap size is set to 128MB. This can be modified by appending the options “com.ahsay.obs.core.job.ServerRunBackup.Xmx=%value%” and “com.ahsay.obs.core.job.ServerRunBackup.Xms=%value%” in the cbs.opt file.
To configure for:
-
Windows
-
Locate the cbs.opt file in the $APPLICATION_HOME\conf folder.
-
Open the file, add the options then save.
com.ahsay.obs.core.job.ServerRunBackup.Xmx=%value%
and
com.ahsay.obs.core.job.ServerRunBackup.Xms=%value%
-
Restart the AhsayCBS service.
-
-
Linux
-
Locate the cbs.opt file in the /usr/local/cbs/conf folder.
-
Open the file, using a text editor add the options then save.
com.ahsay.obs.core.job.ServerRunBackup.Xmx=%value%
and
com.ahsay.obs.core.job.ServerRunBackup.Xms=%value%
-
Restart the AhsayCBS service.
-