From 8d62df87bb8bc667f6b38177fddcac38f8102e61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 4 Jan 2020 15:14:53 -0400 Subject: comment --- .../comment_1_fc192587233c3cda7d0f78f67311de49._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/using_propellor_on_low_RAM_devices__63__/comment_1_fc192587233c3cda7d0f78f67311de49._comment (limited to 'doc/forum/using_propellor_on_low_RAM_devices__63__') diff --git a/doc/forum/using_propellor_on_low_RAM_devices__63__/comment_1_fc192587233c3cda7d0f78f67311de49._comment b/doc/forum/using_propellor_on_low_RAM_devices__63__/comment_1_fc192587233c3cda7d0f78f67311de49._comment new file mode 100644 index 00000000..af019cf6 --- /dev/null +++ b/doc/forum/using_propellor_on_low_RAM_devices__63__/comment_1_fc192587233c3cda7d0f78f67311de49._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-01-04T19:02:08Z" + content=""" +500 mb seems a bit higher than typical; my own config.hs (500 lines) +needs 416 mb to build, and the example config.hs included in propellor +needs 245 mb. + +I typically install swapspace on systems with 1 gb or less and it works +fine. I think the smallest system I've used propellor with was 500 mb. +"""]] -- cgit v1.2.3 From 60966e0625b63751b26d0d01ed6c5cf08de16c47 Mon Sep 17 00:00:00 2001 From: https://launchpad.net/~barthelemy Date: Tue, 7 Jan 2020 00:38:09 +0000 Subject: Added a comment --- ...comment_2_b58e57d9edb7c574ff8a72dbcd24d1b7._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/using_propellor_on_low_RAM_devices__63__/comment_2_b58e57d9edb7c574ff8a72dbcd24d1b7._comment (limited to 'doc/forum/using_propellor_on_low_RAM_devices__63__') diff --git a/doc/forum/using_propellor_on_low_RAM_devices__63__/comment_2_b58e57d9edb7c574ff8a72dbcd24d1b7._comment b/doc/forum/using_propellor_on_low_RAM_devices__63__/comment_2_b58e57d9edb7c574ff8a72dbcd24d1b7._comment new file mode 100644 index 00000000..9356298b --- /dev/null +++ b/doc/forum/using_propellor_on_low_RAM_devices__63__/comment_2_b58e57d9edb7c574ff8a72dbcd24d1b7._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://launchpad.net/~barthelemy" + nickname="barthelemy" + avatar="http://cdn.libravatar.org/avatar/e99cb15f6029de3225721b3ebdd0233905eb69698e9b229a8c4cc510a4135438" + subject="comment 2" + date="2020-01-07T00:38:09Z" + content=""" +Hi Joey, + +thank you for the feedback. I'm glad to know it is supposed to work in those cases. +It seems freedombox uses btrfs and swapfiles do not work on btrfs partitions. I thus tried with zram (apt get install zram-tools, which set up a 256 MiB swap). + +I could then run propellor --spin to the server, it passed. +Then I rm -rf /usr/local/propellor on server and ran propellor --spin again. +The build passed again (it took ~75 minute and at some point ghc took 570MiB but it succeedded). + +I'm back on track, thank you again! +"""]] -- cgit v1.2.3