haskell - Cabal install criterion out of memory -


i'm running on container 768mb ram , 512 mb swap space. can't increase either of this. cabal install criterion gives

failed during building phase. exception was: exitfailure (-9) may due out-of-memory condition. 

during compiling criterion.types. there way around or have make without criterion?

set rts flags on ghc limit memory usage (--ghc-options="+rts -m600m") , avoid running multiple jobs in parallel (-j1).


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -