Hi All,
My netbackup master server is a virtual master server of version 7.6.0.4. It is configured with 4 vCPUs and 16 GB RAM. Now the server.conf file looks as below:
-n NB_server_name -x tcpip(LocalOnly=YES;ServerPort=13785) -gd DBA -gk DBA -gl DBA -gp 4096 -ti 0 -c 200M -ch 2730M -cl 200M -wc- -gna 1 -k -os 1M -m -o "C:\Program Files\Veritas\NetBackupDB\log\server.log" -m
Do I need to make changes in the -c 200M -ch 2730M -cl 200M
-c 200M Indicates the initial memory that is reserved for caching database pages and other server information. The value may be changed for performance reasons.
-ch 2730M Indicates the maximum cache size, as a limit to automatic cache growth. The value is calculated automatically based on memory size of the computer.
-cl 200M Indicates the minimum cache size, as a limit to automatic cache resizing. The value may be changed for performance reasons.