We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am a Sketch Plug-in developer.
Expected behavior:
Sketch occupies almost no fluctuation in memory usage each time the plugin command containing react-sketchapp is called.
react-sketchapp
Observed behavior:
Each call to the command increases Sketch's non-recoverable memory footprint
How to reproduce:
See antd-sketchapp demo.
Sketch version:
All versions.
Please attach screenshots, a zip file of your project, and/or a link to your github project
The text was updated successfully, but these errors were encountered:
I checked this problem in your project. It should be caused by the failure to recycle the asm.js memory allocation.
track chain: react-sketchapp -> yoga -> asm.js
And I found this issue.
Sorry, something went wrong.
I think this can likely be solved by free-ing the yoga.Nodes at the end of the render
free
yoga.Node
No branches or pull requests
I am a Sketch Plug-in developer.
Expected behavior:
Sketch occupies almost no fluctuation in memory usage each time the plugin command containing
react-sketchapp
is called.Observed behavior:
Each call to the command increases Sketch's non-recoverable memory footprint
How to reproduce:
See antd-sketchapp demo.
Sketch version:
All versions.
Please attach screenshots, a zip file of your project, and/or a link to your github project
The text was updated successfully, but these errors were encountered: