Reduce weight of repository on GitLab

My repository weighed about 160KB. I made some changes in history using git rebase and threw it with a push --force command.

Now GitLab shows that the repository weighs 300KB. When I removed them and added again, and then I threw what I had locally, it weighed 160KB again.

How can I force the recalculation of the repository weight?