Skip to content

Commit

Permalink
ovs-bugtool: Increase max size of CAP_HARDWARE_INFO.
Browse files Browse the repository at this point in the history
Current size feels very low when we are collecting o/p of
'dmidecode' and 'lspci -vv'

Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
shettyg committed Jul 24, 2013
1 parent eb6f308 commit dad0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/bugtool/ovs-bugtool.in
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ cap(CAP_BOOT_LOADER, PII_NO, max_size=3*KB,
max_time=5)
cap(CAP_DISK_INFO, PII_MAYBE, max_size=50*KB,
max_time=20)
cap(CAP_HARDWARE_INFO, PII_MAYBE, max_size=30*KB,
cap(CAP_HARDWARE_INFO, PII_MAYBE, max_size=2*MB,
max_time=20)
cap(CAP_KERNEL_INFO, PII_MAYBE, max_size=120*KB,
max_time=5)
Expand Down

0 comments on commit dad0f0e

Please sign in to comment.