Skip to content
Snippets Groups Projects
Commit fea357a4 authored by Neil Mitchell's avatar Neil Mitchell
Browse files

Bump the stack limit

parent ac6b37eb
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ main :: IO ()
main = do
let timed x = do
putStrLn $ "\n\nSearching for " ++ x
(time,_) <- duration $ system_ $ "hoogle +RTS -T -M2.5G -K2000K -RTS " ++ show x
(time,_) <- duration $ system_ $ "hoogle +RTS -T -M2G -K10M -RTS " ++ show x
putStrLn $ "Search " ++ show x ++ " took " ++ showDuration time
putStrLn "\n\n"
retry 3 $ timed "generate" >> sleep 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment