Skip to content

Commit

Permalink
Increase Gc rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 15, 2024
1 parent b31e215 commit 731751f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
with:
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-32bit'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
runparam: 's=4096,o=60,v=0,V=1'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-530-trunk-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
compiler: 'ocaml-variants.5.3.0+trunk,ocaml-option-32bit'
compiler_git_ref: refs/heads/trunk
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
runparam: 's=4096,o=60,v=0,V=1'
timeout: 240

0 comments on commit 731751f

Please sign in to comment.