mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-07 19:24:38 +00:00
all: add debug tools like gdb and perf
Also allow use of 'perf' without root. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4df34ac3c1
commit
c1be589960
@ -39,6 +39,17 @@ bootstrap__logrotate_frequency: 'hourly'
|
|||||||
bootstrap__logrotate_count: 48
|
bootstrap__logrotate_count: 48
|
||||||
bootstrap__logrotate_mbytes: 500
|
bootstrap__logrotate_mbytes: 500
|
||||||
|
|
||||||
|
# Extra packages for debugging
|
||||||
|
bootstrap__extra_packages:
|
||||||
|
- gdb
|
||||||
|
- linux-tools-common
|
||||||
|
- linux-tools-generic
|
||||||
|
bootstrap_sysctl_config:
|
||||||
|
kernel.core_pattern: '/var/lib/systemd/coredump/core.%e.%p.%u.%t'
|
||||||
|
fs.inotify.max_user_watches: 131072
|
||||||
|
# Allow calling 'perf' without root'
|
||||||
|
kernel.perf_event_paranoid: 1
|
||||||
|
|
||||||
# Consul Catalog Query URL
|
# Consul Catalog Query URL
|
||||||
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user