mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
daemon: Fix my own whitespace errors.
This follows up on commit d993ed43b2
and
was entirely predictable. The noise, sorry for it.
Change-Id: I8ddb8cfe33db3864949f6589cc091616a90ebc5b
This commit is contained in:
parent
766822aa87
commit
892ec53b7e
1 changed files with 5 additions and 5 deletions
|
@ -2155,11 +2155,11 @@ void DerivationGoal::runChild()
|
|||
int cur = personality(0xffffffff);
|
||||
if (cur != -1) personality(cur | ADDR_NO_RANDOMIZE);
|
||||
|
||||
/* Ask the kernel to eagerly kill us & our children if it runs out of
|
||||
memory, regardless of blame, to preserve ‘real’ user data & state. */
|
||||
try {
|
||||
writeFile("/proc/self/oom_score_adj", "1000"); // 100%
|
||||
} catch (...) { ignoreException(); }
|
||||
/* Ask the kernel to eagerly kill us & our children if it runs out of
|
||||
memory, regardless of blame, to preserve ‘real’ user data & state. */
|
||||
try {
|
||||
writeFile("/proc/self/oom_score_adj", "1000"); // 100%
|
||||
} catch (...) { ignoreException(); }
|
||||
#endif
|
||||
|
||||
/* Fill in the environment. */
|
||||
|
|
Loading…
Reference in a new issue