Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

Doing some cleanup on my Macbook Air with 128 SSD looking for big files to reduce space used. I found something named com.apple.coresymbolicationd that is 1GB in the library/caches folder I don't recall seeing before. Running Mountain Lion

What is this is there a way to clear it?

By the way I am using DaisyDisk to show the files and sizes

share|improve this question
I don't know what it is, but it is safe to delete it, as this website proclaims: wootens.net/2012/12/30/… I always delete it anyway, nothing happens to me. Apparently, deleting it makes your Mac faster too! – Faiz Saleem Mar 2 at 0:40

1 Answer

Symbolication means replacing memory addresses with symbols (like functions or variables) or for example adding function names and line number information. It is used for debugging and analyzing crash reports.

/System/Library/Caches/com.apple.coresymbolicationd/data was also about 600 MB on my account, so I guess it's normal. Deleting files in cache folders is generally safe, and /System/Library/Caches/ is even excluded from Time Machine backups.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.