Dropbox starts out using about 400 MB of memory or so on my Mac running Tahoe 26.6.2 and within a few days it is consuming 30 GIGS or more of RAM and eventually my system crashes and I have to restart.
How do I stop this from happening? Thanks
Severe memory leaks like this are usually tied to corrupted index caches, conflicting file extensions/metadata, or issues with macOS File Provider integration. Here are the most effective steps to stop Dropbox from consuming excessive RAM and crashing your Mac:
If you have folders containing hundreds of thousands of small files (like node_modules, developer build caches, or temporary asset folders), Dropbox's indexing process can get stuck in a loop and balloon memory usage.
node_modules
Corrupted cache files often cause background indexing memory leaks:
Cmd + Q
Cmd + Shift + G
~/Library/Application Support/Dropbox
.dropbox.cache
If clearing the cache doesn't resolve it, existing settings or File Provider hooks may be corrupted:
If you are using online-only files via File Provider, try toggling your offline/online settings for large directories to force Dropbox to rebuild its local file database cleanly.
For additional Mac optimization tips, technical troubleshooting guides, and web development resources, feel free to contact.
Hope this helps stabilize your setup!
Thanks gave these things a try. Will see how it plays out in a week or so.
You are welcome. Hope your issue is resolved.