Skip to content

Commit

Permalink
Change a word to the appropriate one
Browse files Browse the repository at this point in the history
  • Loading branch information
validatedev committed Sep 12, 2021
1 parent 6ab5ee9 commit c031a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drop_cache_if_idle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def root_check():


def load_check():
print(f"INFO: The count of threads is {CPU_COUNT}")
print(f"INFO: The count of logical processors is {CPU_COUNT}")
cpuload_all_cores = psutil.cpu_percent(percpu=True, interval=0.1)
cpuload_core_max = max(cpuload_all_cores)

Expand Down

0 comments on commit c031a0f

Please sign in to comment.