mirror of
https://github.com/actions/runner.git
synced 2025-12-18 16:26:58 +00:00
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
@@ -459,7 +459,7 @@ namespace GitHub.Runner.Common.Tests
|
||||
try
|
||||
{
|
||||
var proc = await processInvoker.ExecuteAsync("", "bash", "-c \"cat /proc/$$/oom_score_adj\"",
|
||||
new Dictionary<string, string> { {"PIPELINE_JOB_OOMSCOREADJ", "1234"} },
|
||||
new Dictionary<string, string> { { "PIPELINE_JOB_OOMSCOREADJ", "1234" } },
|
||||
false, null, false, null, false, false,
|
||||
highPriorityProcess: false,
|
||||
cancellationToken: tokenSource.Token);
|
||||
|
||||
Reference in New Issue
Block a user