Update defaults for Steno

This commit is contained in:
Mike Reeves
2022-09-15 12:56:02 -04:00
parent 383714ec06
commit 73d45bd9fc
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ pcap:
blocks: 2048 blocks: 2048
preallocate_file_mb: 4096 preallocate_file_mb: 4096
aiops: 128 aiops: 128
stenopin: False pin_to_cpu: False
stenopins: [] cpus_to_pin_to: []
disks: [] disks: []

View File

@@ -18,7 +18,7 @@ pcap:
pin_to_cpu: pin_to_cpu:
description: Enable CPU pinning for PCAP. description: Enable CPU pinning for PCAP.
cpus_to_pin_to: cpus_to_pin_to:
description: CPU to pin PCAP to. Currently only a single SPU is supported description: CPU to pin PCAP to. Currently only a single CPU is supported
disks: disks:
description: List of disks to use for PCAP. This is currently not used. description: List of disks to use for PCAP. This is currently not used.
advanced: True advanced: True