/* Edit ghc_rts_opts to set the RTS options for your environment. You can use this to limit the amount of memory that Hope uses, which can be needed in shared hosting environments, or just to keep it from thrashing. For example, to limit the heap size to 40 MB, use: char *ghc_rts_opts = "-M40m"; */ char *ghc_rts_opts = "";