Skip to content

Commit

Permalink
Update Case_study.md
Browse files Browse the repository at this point in the history
Modified 'current server config' detail
  • Loading branch information
stephenmcconnachie authored Mar 6, 2024
1 parent 1c1e232 commit f33ed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Case_study.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Our current server configuration:
- 32-core with 64 CPU threads
- Ubuntu 20.04 LTS
- 40Gbps Network card
- NAS storage on 40GB network
- NAS storage with 40Gbps network card

The more CPU threads you have the better your FFmpeg encode to FFV1 will perform. To calculate the CPU threads for your server you can multiply the Threads x Cores x Sockets. So for our configuration this would be 2 (threads) x 16 (sockets) x 2 (cores) = 64. To retrieve these figures we would use Linux's ```lscpu```.

Expand Down

0 comments on commit f33ed87

Please sign in to comment.