Skip to content

Commit e542f33

Browse files
committed
Set GHC's heap to 4G
1 parent c4dbb65 commit e542f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.5/bookworm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -eux; \
5757
--prefix=/usr/local \
5858
--flags='+server +lua' \
5959
--sysconfdir=/etc \
60-
--ghc-options='-optc-Os -optl=-pthread -fPIC -j4 +RTS -A256m -RTS' \
60+
--ghc-options='-optc-Os -optl=-pthread -fPIC -j4 +RTS -M4G -A256m -RTS' \
6161
--constraint='any.Cabal ==3.4.1.0' \
6262
--constraint='any.Glob ==0.10.2' \
6363
--constraint='any.HUnit ==1.6.2.0' \

0 commit comments

Comments
 (0)