[Haskell-cafe] Creating a local Hoogle ...

John Wiegley johnw at fpcomplete.com
Mon Sep 23 19:24:11 CEST 2013


>>>>> aditya siram <aditya.siram at gmail.com> writes:

> Combining 4263 databases hoogle: embroidery.hoo: openFile: resource
> exhausted (Too many open files)

> Any help is appreciated. Thanks!

I created the 'rehoo' utility to solve this very problem.  Change directory to
where your .hoo files are, and run:

    rehoo -j4 -c64 .

Where 4 is for a 4-core machine.

-- 
John Wiegley
FP Complete                         Haskell tools, training and consulting
http://fpcomplete.com               johnw on #haskell/irc.freenode.net



More information about the Haskell-Cafe mailing list