You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Registry/streamer.setreg

29 lines
850 B
Plaintext

{
"Amazon":
{
"AzCore":
{
"Streamer":
{
// Whether to use all available hardware or restrict to known paths.
"UseAllHardware": true,
// Whether to report hardware information
"ReportHardware": true,
"Profiles":
{
"Generic":
{
"Stack":
[
{
"$type": "AZ::IO::StorageDriveConfig",
// The maximum number of file handles that the drive will cache.
"MaxFileHandles": 1024
}
]
}
}
}
}
}
}