Skip to content

Commit

Permalink
Specify heap size in bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 20, 2023
1 parent 2243fc8 commit e1bf90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ jobs:
echo "Return code: $?"
env:
SKIP_SLOW_TESTS: 1
PYSOOT_HEAP_SIZE: 2G
PYSOOT_HEAP_SIZE: 2147483648 # 2GB

0 comments on commit e1bf90d

Please sign in to comment.