Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-11-14 22:49:52 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-11-14 22:49:52 (GMT)
commit28b102b498903e563dabcf69bcac92c4b64d1e53 (patch)
treea1f2b89db3296e748bdb04ad912a90d7f901b670
parente0c4236bbf3c385107fede2cd030c804506dce35 (diff)
xo4: temporary hack to use less memory in runin (#12285)
wad requests the next build reserve 400mb instead of 200mb of RAM as part of #12285 diagnosis. Hack this in place for now.
-rw-r--r--modules/xo4/kspost.50.xo4-tweaks.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/xo4/kspost.50.xo4-tweaks.inc b/modules/xo4/kspost.50.xo4-tweaks.inc
index 6d435c9..0e66bed 100644
--- a/modules/xo4/kspost.50.xo4-tweaks.inc
+++ b/modules/xo4/kspost.50.xo4-tweaks.inc
@@ -6,3 +6,6 @@ ln -sf /lib/systemd/system/serial-getty@.service \
mkdir -p /etc/systemd/system/runin.target.wants
ln -sf /lib/systemd/system/serial-getty@.service \
/etc/systemd/system/runin.target.wants/serial-getty@ttyS2.service
+
+# FIXME: remove this once #12285 diagnosis is complete
+sed -i -e 's/- 200/- 400/g' /runin/runin-memory