diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-15 19:03:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-15 19:03:26 -0400 |
| commit | 08ed002cb572c5db1919f548471d9c1f0d9aae3f (patch) | |
| tree | a3bde6522ff3b534e6f36eba92f907cd4b18ff6f | |
| parent | ddd59cafdfa855bbc1874cc4198181718a9f9c2a (diff) | |
response
| -rw-r--r-- | doc/forum/upgrading_to_propellor_3.0/comment_4_71afd4663589c1aad367c071c6cdd24a._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/upgrading_to_propellor_3.0/comment_4_71afd4663589c1aad367c071c6cdd24a._comment b/doc/forum/upgrading_to_propellor_3.0/comment_4_71afd4663589c1aad367c071c6cdd24a._comment new file mode 100644 index 00000000..fd9c192d --- /dev/null +++ b/doc/forum/upgrading_to_propellor_3.0/comment_4_71afd4663589c1aad367c071c6cdd24a._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2016-04-15T22:58:44Z" + content=""" +Memory use did go up. Building with -O0 helped a lot for me, and it's doing +ok on a 500 mb memory machine. So I recommend -O0 in your cabal file if you +don't have that already. + +I wrote down my memory benchmarks here: +<http://source.propellor.branchable.com/?p=source.git;a=commit;h=af7b2d61c0c7f9b4fe53d8f5d18b5426a93cbd7b> +"""]] |
