diff options
| -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> +"""]] |
