Post

Replies

Boosts

Views

Activity

Reply to "service is in penalty box"
I was just using the program. Mostly I want to know what being in a penalty box means. Obviously it's not urgent, in fact I haven't seen it any time lately, so maybe a macOS upgrade changed things. I found it when I was looking to understand what the plugin I was developing was doing.
Jul ’24
Reply to SwiftUI Gobbling Up CPU
I've been running into this lately. I had SourceKitService eating 162G of memory (on an iMac with 32G of RAM). I feel like it is triggered by confusion of the compiler in certain cases. Out of frustration, and wanting to do something different, I got into a shell, and did "kill -1" to the SourceKitService. To my great delight, it stopped and restarted, and is now using a reasonable amount of memory.Dunno if this fixed things for all time, probably not, but it's nice to know there is some possible workaround.
Dec ’19