Disk space
The disk space is the limiting factor on how much data you can store (number and size of files). Apart from the actual user data, the Storage Platform (SP) also stores some metadata in indexes. The total size of the indexes is dependent on the number of stored files (not their sizes), but a 2% margin should be safe.
Disk speed
Disk speed can be broken down into throughput (in MB/s) and transaction speed (in operations/s). The processing of large files (whether during backups, restores, or other tasks) is limited by the disk throughput, while the processing of small files is limited by the transaction speed. In general, Direct Attached Storage (DAS) is faster than NAS/SAN with regards to transaction speed, but slower with regards to throughput.
Note: Both throughput and transaction speed can be negatively affected by disk fragmentation, and in general, the use of a good defragmentation application is an excellent idea (PerfectDisk comes highly recommended for servers).
Memory
The amount of memory required is dependent on the number of files per backup account, as well as the number of backup accounts being processed simultaneously. On a 64-bit OS, the StorageServer uses about 1 GB of memory for every 5 million files in a backup account. On a 32-bit OS, the memory usage is about 30% less (but the process is limited to 2 GB in total). For example, if there are three backup accounts simultaneously backing up to a 64-bit server and they have a total of 10 million files between them, the StorageServer will use about 2 GB of memory. Memory requirements can be reduced by either staggering the times at which backup client machines back up (so there aren't several backup accounts loaded in memory simultaneously), or spreading backup accounts containing large numbers of files over different StorageServers.
CPU cores
For tasks that are CPU-bound, e.g. roll-ups and integrity checks, the StorageServer will use all available machine cores simultaneously. However, a cap is placed on the number of cores based on the total memory size of the machine so that only two cores are used for each GB of memory. In other words, a 16-core CPU that has only 4 GB of RAM will use only 8 of the available cores. In general, it is a good idea to have at least 1 GB for each CPU core.
Comments
0 comments
Please sign in to leave a comment.