Skip to content

Commit

Permalink
Merge pull request #445 from apsis-scheduler/threshold2
Browse files Browse the repository at this point in the history
Increase threshold2 to 100
  • Loading branch information
LudovicoRighi authored Feb 15, 2025
2 parents 44c7dc6 + 41efaf5 commit 52a10f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/apsis/ctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Configure GC as early as possible.
import gc
gc.set_threshold(100_000, 100, 10)
gc.set_threshold(100_000, 100, 100)
import apsis.lib.py
apsis.lib.py.track_gc_stats(warn_time=0.5)

Expand Down

0 comments on commit 52a10f7

Please sign in to comment.