Skip to content

Commit

Permalink
decrease core multiplier for multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafaelrn committed Nov 19, 2023
1 parent 83d9626 commit 37c101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/scripts/tcesp.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run_multiprocessing(files, extractor, config):

# Variables for multiprocessing
cores = mp.cpu_count()
CORE_MULTIPLIER = 1.5
CORE_MULTIPLIER = 1
log.debug(f'Running in {cores} cores...')
processes = []
running = 0
Expand Down

0 comments on commit 37c101f

Please sign in to comment.