Skip to content

Commit

Permalink
Increase CPU_NUM_MAX to 512 to allow machines with more cores to run …
Browse files Browse the repository at this point in the history
…correctly
  • Loading branch information
asolis97 authored and jsalas98 committed Oct 17, 2022
1 parent 45a2492 commit 0de076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tracers/gstcpuusagecompute.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <gst/gst.h>

G_BEGIN_DECLS
#define CPU_NUM_MAX 16
#define CPU_NUM_MAX 512
/* Returns a reference to the array the contains the cpu usage computed */
#define CPU_USAGE_ARRAY(cpuusage_struct) (cpuusage_struct->cpu_load)
/* Returns how many element contains the cpu_usage array
Expand Down

0 comments on commit 0de076d

Please sign in to comment.