<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal"><p dir="auto">On 19 Mar 2019, at 10:18, feek wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I experience lately on a regular base a high CPU usage of TextMate (TextMate<br>
version 2.0-rc.23, macOS 10.14.3 18D109). I did not install new plugins<br>
(besides of regular updates TM-build in plugins). TM does not crash so I<br>
cannot provide a crash log.</p>
</blockquote><p dir="auto">One explanation might be the size of your clipboard history.</p>
<p dir="auto">I ran into this myself, I had copied 500 MB to the clipboard and that was a bit of a challenge for the underlying CoreData code used to update the clipboard history on disk, so shortly after each action that caused the clipboard history to be updated, there would be a beachball for approximately one second.</p>
<p dir="auto">The fix is to open the history viewer (Edit → Paste → Show History) and then click “Clear History”.</p>
<p dir="auto">Though I do consider this an issue that should be fixed, as the size of the clipboard history should not affect performance.</p>
</div>
</div>
</body>
</html>