Skip to content

Commit d910bc8

Browse files
ramonsmitsmauroservientiawright18
authored
SC to use pre-allocated SSD disks and not dynamically allocated virtual disks (#6890)
* SC to use pre-allocated SSD disks and not dynamically allocated virtual disks * Apply suggestions from code review Co-authored-by: Adam Wright <[email protected]> --------- Co-authored-by: Mauro Servienti <[email protected]> Co-authored-by: Adam Wright <[email protected]>
1 parent 24cdf1c commit d910bc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

servicecontrol/servicecontrol-instances/hardware.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article provides recommendations and performance benchmarks to help select
1212
* A dedicated production server for installing ServiceControl instances (Error, Audit, and Monitoring).
1313
* A minimum of 16 GB of RAM (excluding RAM for OS and other services).
1414
* 2 GHz quad core CPU or better.
15-
* A dedicated disk for ServiceControl databases (not the disk where the operating system is installed).
15+
* A dedicated, non-virtual, pre-allocated SSD for ServiceControl databases (not the disk where the operating system is installed).
1616

1717
### Scaling ServiceControl
1818

@@ -30,6 +30,8 @@ Disk, CPU, RAM, and network performance may be monitored using the Windows Resou
3030
* Store multiple ServiceControl databases on separate physical disks to prevent multiple instances competing for the same disk resources.
3131
* Disable disk write caching (read caching can remain enabled) to prevent data corruption if the (virtual) server or disk controller fails. This is a general best practice for databases.
3232
* [Database paths](/servicecontrol/servicecontrol-instances/configuration.md#embedded-database-servicecontroldbpath) should be located on disks suitable for low latency write operations (e.g. fiber, solid state drives, raid 10), with a recommended IOPS of at least 7500.
33+
* Use fixed-size (not dynamically expanding virtual) disks
34+
* Use solid state drives (SSDs) to significantly reduce seek times and increase throughput
3335

3436
> [!NOTE]
3537
> To measure disk performance, use a storage benchmark tool such as Windows System Assessment Tool (`winsat disk -drive g`), [CrystalDiskMark](https://crystalmark.info/en/software/crystaldiskmark/), or [DiskSpd](https://github.com/Microsoft/diskspd).

0 commit comments

Comments
 (0)