Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large cache accumulation #38

Open
alexarbogast opened this issue Dec 3, 2022 · 0 comments
Open

Large cache accumulation #38

alexarbogast opened this issue Dec 3, 2022 · 0 comments

Comments

@alexarbogast
Copy link

I am experiencing a large build-up of browser cache after successive runs of the Swift simulator.
After running the example in the readme:

import roboticstoolbox as rp

panda = rp.models.Panda()
panda.plot(q=panda.qr)

I see around 12 MB of cache accumulating each time I run the simulator. I have tested this in Google Chrome and Firefox, and I am seeing the same result.

I am working with a three-robot system in Swift, so I am quickly accumulating a large amount of cache (around 50 MB per run). Is there any way to prevent this?

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant