@verita84eva @colonelj @i @ChristiJunior @admin Maybe try sorting by actor, there ought to be some clue on which servers take the most space.
select data->>'actor', count(data->>'actor') as count from activities group by data->>'actor' order by count desc;