From 0fa49d57246bf8692bd9eea1156df3d64acf1941 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 15 Mar 2013 21:49:49 +0000 Subject: [PATCH] Added a comment --- ...t_1_0806b5132c55d7a5a17fbdad7e3f2291._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/Compile_needs_more_than_1.5gb_of_memory/comment_1_0806b5132c55d7a5a17fbdad7e3f2291._comment 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 0000000000..467111aa85 --- /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. +"""]]