artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
357 stars 18 forks source link

[Question] Memory Usage #7

Closed iamrecursion closed 2 years ago

iamrecursion commented 2 years ago

Do you have any idea of the memory usage by the TikZJax worker? I'm running into consistent soft crashing on mobile with the plugin enabled and I wondered if you had any idea. I have not yet narrowed the crash down to Obsidian TikZJax; it could be a combination of plugins. I just figured it was worth asking before I have a moment to debug.

artisticat1 commented 2 years ago

I'm not certain, but looking at the 'memory' tab in chrome's devtools seems to show that the worker uses little more than 10 MB of memory.

iamrecursion commented 2 years ago

Very curious! I wonder if something is misbehaving; more debugging to come!

iamrecursion commented 2 years ago

Hm. Now I can no longer reproduce it. Very strange. I'll close this, and keep an eye on things with a view to reopen if I can repro it or specifically narrow it down to TikZJax.