summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-30 13:07:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-30 13:07:06 -0400
commit61c4ab12bfef615e8b02d4293607c7f1b364e130 (patch)
treebb3738439eeffd63ce0c118ff08b22af4ddaca5a /doc
parent7b3374759c1b9e92830d8302a51b579ef85c532d (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment b/doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment
new file mode 100644
index 000000000..030bcef47
--- /dev/null
+++ b/doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2015-07-30T17:04:06Z"
+ content="""
+It probably depends on the version of the cabal library you have installed.
+Older versions may not print much debugging, and also seem much more likely
+to run out of memory while resolving dependencies.
+
+As I mentioned, using stackage is a good way to present cabal with a canned
+solution so it doesn't fry its mind trying to discover one.
+"""]]