Skip to content

Commit ce54c3d

Browse files
committed
Merge branch 'vnext'
2 parents a565ecf + 3f7a8ec commit ce54c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ private static void BuildWeirdSettingsSection(DiscordEmbedBuilder builder, LogPa
358358
}
359359
}
360360
if (items["use_rebar"] is DisabledMark)
361-
notes.Add("⚠️ `Use Re-BAR memory for GPU uploads` is disabled and may impact perfofrmance");
361+
notes.Add("⚠️ `Use Re-BAR memory for GPU uploads` is disabled and may impact performance");
362362
else if (multiItems["gpu_memory_info"] is { Length: > 0 } memoryInfo)
363363
{
364364
var memoryMaps = memoryInfo
@@ -369,7 +369,7 @@ private static void BuildWeirdSettingsSection(DiscordEmbedBuilder builder, LogPa
369369
&& memoryMaps.TryGetValue("BAR", out var barMemory)
370370
&& deviceLocalMemory != barMemory)
371371
{
372-
generalNotes.Add("⚠️ Re-BAR is not available on this system, which may impact performance");
372+
generalNotes.Add("⚠️ [Re-BAR](<https://www.nvidia.com/en-us/geforce/news/geforce-rtx-30-series-resizable-bar-support/>) (or SAM) is not [enabled](<https://www.intel.com/content/www/us/en/support/articles/000090831/graphics.html>) on this system, which may impact performance");
373373
}
374374
}
375375

0 commit comments

Comments
 (0)