About
Modern CPUs utilize hardware acceleration to create SHA-512 fingerprints and can hash up to roughly a Gigabyte of raw data per second. To prevent fingerprinting from consuming too much bandwidth between the Strawberry server and the shared storage, the process is throttled by Strawberry.
Strawberry can run up to three simultaneous fingerprinting jobs from which each is, by default, limited to 50 MB/sec. This means three simultaneous Fingerprinting jobs result in a maximum hashing throughput of 150MB per second, or 540 Gigabytes per hour. This limit is arbitrary and can be changed from the Strawberry console as follows:
Changing the Fingerprinting Speed
Usage
- SSH login to the Strawberry server as root.
- Type
sb console
and press enter. This will launch the Rails command line. - Type
Settings.file_hashing_max_speed
and press enter. This will show you the current hashing speed per job in bytes. - Now type
Settings.file_hashing_max_speed = x.megabyte
, wherebyx
represents your new value. If you set the value to0
, then throttling will be disabled entirely, and Fingerprinting will run at the maximum possible speed. - Press enter to apply your changes.
- To check whether your new value has been applied, type
Settings.file_hashing_max_speed
and press enter. - Type
exit
and then press enter to leave the console.
Example 1 – Running fingerprinting with 100 MB/Sec per process.
Settings.file_hashing_max_speed = 100.megabyte
Example 2 – Running fingerprinting without process speed limit.
Settings.file_hashing_max_speed = 0
Need more help with this?
Visit the Projective Support Websites