I bumped into this Firefox is eating your SSD - here is how to fix it in another context than TiddlyWiki and got two questions.
-
Since TiddlyWiki runs in the browser as well, and single HTML file wikis are a few megabytes, does it take part in this horror? Does a browser with a loaded reasonably big wiki have to write big amounts of data in its session storage?
-
Regarding single file TiddlyWikis - are they themselves offenders? If a 10MB wiki gets autosaved to disk entirely every time a tiddler is changed (add the state tiddlers here as well(?)), if it’s also encrypted, so changed data is unique everytime, then it only takes 100 times to accumulate 1GB of written data. The most obvious way here is to use Node.js if it’s possible, then only single files containing changed tiddlers get rewritten. Are there any other less obvious approaches to minimize the amount of TiddlyWiki data that gets written to disk?