Skip to content

Commit

Permalink
Reduce max procs
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Mar 13, 2024
1 parent 40825d4 commit 6c0baad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anglerfish/anglerfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
logging.basicConfig(level=logging.INFO)
log = logging.getLogger("anglerfish")

MAX_PROCESSES = 256 # Ought to be enough for anybody
MAX_PROCESSES = 64 # Ought to be enough for anybody


def run_demux(args):
Expand Down

0 comments on commit 6c0baad

Please sign in to comment.