Every Simulator hot reload adds css watcher process to CPU #5455
Eric-Chomba
started this conversation in
General
Replies: 1 comment 8 replies
|
Interesting. This isn't new but we made a lot of changes to that code so I'll look into it. Thanks. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
A new theme-css -watch process is added to CPU everytime simulator is hot reload. This consumes more RAM & CPU to point where it throws the following java heap exception. Eg. in this case hot reload renders multiple images in a InfiniteScrollAdapter.
I am using Ubuntu 22.04.1 LTS
Screenshot showing added processes in every hot reload
Can hot reload reuse same theme-css -watch process or automatically stop previous process first?
All reactions