Skip to content

Commit

Permalink
hstream: increase Haskell rts -A to 128MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Commelina committed Jan 12, 2024
1 parent 2a238d6 commit 182e669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstream/hstream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ executable hstream-server

default-language: Haskell2010
ghc-options:
-threaded -rtsopts "-with-rtsopts=-N -A64m -n4m -qg -qn1"
-threaded -rtsopts "-with-rtsopts=-N -A128m -n4m -qg -qn1"

executable hstream
import: shared-properties
Expand Down

0 comments on commit 182e669

Please sign in to comment.