Skip to content

Commit

Permalink
Decreased memory used by IHP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 5, 2023
1 parent e71e82f commit 767e29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endif
GHC_OPTIONS+= -package ihp
GHC_OPTIONS+= -rtsopts=all

APP_RTS_FLAGS := -A512m -n4m -N
APP_RTS_FLAGS := -A96m -n4m -N
# Linux only RTS flags
ifneq ($(shell uname),Darwin)
APP_RTS_FLAGS += --numa
Expand Down

0 comments on commit 767e29d

Please sign in to comment.