The personal website of Matt Henderson.
02 July 2013
A couple of days ago, I discovered that my CrashPlan log (in /Library/Logs/CrashPlan/engine_output.log) had gotten huge—over 60GB. Googling, I found this article that describes how to increase CrashPlan's memory. In cases where you have CrashPlan backing up millions of files, it can be necessary. After increasing the app's memory, and deleting the log file, it has since remained at a more reasonable 1.5GB.
Here are the steps:
Launch a terminal window
Shutdown the crash plan daemon. You will be asked for your admin password. Go ahead and enter it here.
sudo launchctl unload /library/launchdaemons/com.crashplan.engine.plist
bbedit /library/launchdaemons/com.crashplan.engine.plist
Find Xmx512m and change it to Xmx1024m. This will allocate 1024mb of memory instead of the default 512mb
Save the file and quit BBEdit
Relaunch the Crashplan daemon (corrected Apr 19th 2012)
sudo launchctl load /library/launchdaemons/com.crashplan.engine.plist
Enjoy this article? — You can find similar content via the category and tag links below.
Questions or comments? — Feel free to email me using the contact form below, or reach out on Twitter.