summaryrefslogtreecommitdiff
path: root/doc/bugs/Compile_needs_more_than_1.5gb_of_memory
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-03-15 21:49:49 +0000
committerGravatar admin <admin@branchable.com>2013-03-15 21:49:49 +0000
commit4583cf48b974c06f4c9d12bc6ae657d871203842 (patch)
treedf50a2e0013e0eabe8507ed0620b130e13ece858 /doc/bugs/Compile_needs_more_than_1.5gb_of_memory
parent7ce8053216f525a10a5f06bb54562137ec6b2810 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Compile_needs_more_than_1.5gb_of_memory')
-rw-r--r--doc/bugs/Compile_needs_more_than_1.5gb_of_memory/comment_1_0806b5132c55d7a5a17fbdad7e3f2291._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Compile_needs_more_than_1.5gb_of_memory/comment_1_0806b5132c55d7a5a17fbdad7e3f2291._comment b/doc/bugs/Compile_needs_more_than_1.5gb_of_memory/comment_1_0806b5132c55d7a5a17fbdad7e3f2291._comment
new file mode 100644
index 000000000..467111aa8
--- /dev/null
+++ b/doc/bugs/Compile_needs_more_than_1.5gb_of_memory/comment_1_0806b5132c55d7a5a17fbdad7e3f2291._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 1"
+ date="2013-03-15T21:49:49Z"
+ content="""
+You don't need a webapp on your linode, probably, so disable it:
+
+cabal install git-annex -F-WebApp
+
+The template haskell in the webapp about doubles the amount of memory needed to compile it.
+
+----
+
+Alternatively, since git-annex compiles down to a self-contained binary, you can build it on another machine of the same architecture, and just copy the binary over. Or there are all kinds of pre-compiled binaries available for Linux distributions that you can use on your linode.
+"""]]