"MSpan Structures Obtained" in System Status shows HeapSys value #2217

Closed
opened 2025-11-02 04:27:47 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @kzmi on GitHub (Aug 18, 2018).

  • Gitea version (or commit ref): master

In admin's Summary page, HeapSys value is used as a value of "MSpan Structures Obtained."
b1ad5734c6/templates/admin/dashboard.tmpl (L102-L103)

"MSpan Structures Obtained" is a caption of MSpanSys.
HeapSys (SysStatus.HeapSys) is already shown in the page as the value of "Heap Memory Obtained."

The line shouldn't refer "SysStatus.HeapSys" but "SysStatus.MSpanSys".

Originally created by @kzmi on GitHub (Aug 18, 2018). - Gitea version (or commit ref): master In admin's Summary page, HeapSys value is used as a value of "MSpan Structures Obtained." https://github.com/go-gitea/gitea/blob/b1ad5734c69025a85e3ed618576fc0160de9ce22/templates/admin/dashboard.tmpl#L102-L103 "MSpan Structures Obtained" is a caption of **MSpanSys**. HeapSys (SysStatus.HeapSys) is already shown in the page as the value of "Heap Memory Obtained." The line shouldn't refer "SysStatus.HeapSys" but "SysStatus.MSpanSys".
GiteaMirror added the type/bug label 2025-11-02 04:27:47 -06:00
Author
Owner

@stale[bot] commented on GitHub (Jan 12, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 12, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2217