It depends on the underlying file control used by ghc. if it's the FILE stream pointer, some implementations suffer from a 255 file limit. If it's a standard file descriptor (open instead of fopen), then it's limited by ulimit. <br>
<br><div class="gmail_quote">On Sun, Apr 5, 2009 at 10:35 AM, Jason Dusek <span dir="ltr"><<a href="mailto:jason.dusek@gmail.com">jason.dusek@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Oh, curses. I didn't run it with the right option.<br>
<br>
:; ulimit -a<br>
core file size (blocks, -c) 0<br>
data seg size (kbytes, -d) 6144<br>
file size (blocks, -f) unlimited<br>
max locked memory (kbytes, -l) unlimited<br>
max memory size (kbytes, -m) unlimited<br>
open files (-n) 256<br>
pipe size (512 bytes, -p) 1<br>
stack size (kbytes, -s) 8192<br>
cpu time (seconds, -t) unlimited<br>
max user processes (-u) 266<br>
virtual memory (kbytes, -v) unlimited<br>
<br>
So now I'm not sure why it worked on my Mac.<br>
<br>
--<br>
<font color="#888888">Jason Dusek<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>We can't solve problems by using the same kind of thinking we used when we created them. <br> - A. Einstein<br>