Fix parsing bug in linux get_total_system_memory().

Use find_str_at_start_of_line(), not strstr() here: we don't want to match "MemTotal: " if it appears in the middle of a line.

Fixes #40315 (closed); bugfix on 0.2.5.4-alpha.

Merge request reports

Loading