You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO 2024-07-26T09:19:48.038225738Z [WARN] Kernel symbols are unavailable due to restrictions. Try
INFO 2024-07-26T09:19:48.038265007Z sysctl kernel.perf_event_paranoid=1
INFO 2024-07-26T09:19:48.038271053Z sysctl kernel.kptr_restrict=0
The containers are already running as privileged and in addition I added SYS_ADMIN capability. According to docs this should be enough. Not sure what other permissions are missing.
Possibly a permission issue caused by changes to our docker image?
Starting a benchmark with
zeebe.profiling.enabled
results in lock contention and memory profiles but no CPU time profiles in Pyroscope.Possibly a permission issue caused by changes to our docker image?
The text was updated successfully, but these errors were encountered: