Open alexanderadam opened 4 years ago
Yes, currently there is no space used information.
Ah, I thought this info is already somewhere. But I changed the issue name now accordingly.
By the way: thank you for handling all those issues, and stay healthy. :+1:
Another nice improvement would be to fix more friendly reading output for the values that don't has it like.
Memory Allocations: 440.3 MiB
Memory Frees: 439.7 MiB
Heap Objects: 623.998
GC Times: 5.153
Memory Allocations: 440.3 MiB
IMHO this would be wrong, though. It's the amount for allocations. There's no unit for it.
So you could write "thousands", "millions" etc. (Memory Allocations: 440 millions
).
Or at least it would help if those numbers could be properly formatted.
So rather Memory Allocations: 461'748'329
instead of Memory Allocations: 461748329
.
Because 461748329
(or even larger numbers) are difficult to parse for humans otherwise. :wink:
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
ping :)
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
ping
Any status on this?
I'm not using Gitea anymore.
@alexanderadam Thank you for opening this issue. I think it's still meaningful for other users. So I would like to keep it open until someone implements the feature.
I think this issue depends on #31804 . Currently, repositories' size/LFS size have been stored in database. So we can do a sum SQL to calculate the size of repositories. Except repositories size, we also need to know the size of database/attachments/avatars/action logs.
1.10.5
Description
There's this overview at
/admin
but I'm not sure where I can see the allocated disk space.Total Memory Allocated
is RAM, right?Screenshots