streamer.setreg 1003 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "Amazon":
  3. {
  4. "AzCore":
  5. {
  6. "Streamer":
  7. {
  8. // Whether to use all available hardware or restrict to known paths.
  9. "UseAllHardware": true,
  10. // Whether to report hardware information
  11. "ReportHardware": true,
  12. "Profiles":
  13. {
  14. "Generic":
  15. {
  16. "Stack":
  17. {
  18. "Drive":
  19. {
  20. "$type": "AZ::IO::StorageDriveConfig",
  21. // The maximum number of file handles that the drive will cache.
  22. // The Streamer will not close handles until it has at least this many handles open
  23. "MaxFileHandles": 128
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }