summaryrefslogtreecommitdiff
path: root/doc/bugs/Compile_needs_more_than_1.5gb_of_memory/comment_1_0806b5132c55d7a5a17fbdad7e3f2291._comment
blob: 467111aa855bb4bc09a205bb032648bf612ec5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
"""]]