Comment #1 on issue 14 by si...@joyful.com: blank web page, stack overflow
when rendering large output
http://code.google.com/p/hledger/issues/detail?id=14
The issue seems to be the size of the command's output - about 200K is fine
here but
450K is not, unless I increase stack space with +RTS -K16000000. It's
probably a
weakness in or a misuse of one of the web frameworks.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
Need somewhere to put your code? http://patch-tag.com
Want to build a webapp? http://happstack.com
Comment #2 on issue 14 by si...@joyful.com: blank web page, stack overflow
when rendering large output
http://code.google.com/p/hledger/issues/detail?id=14
It was gsubRegexPR from the regexpr library. I've removed that and pages
now serve
without error (and faster). Fixed in darcs.