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

High CPU usage when hotreloading activated #15

Open
pdesaulniers opened this issue Jan 6, 2019 · 1 comment
Open

High CPU usage when hotreloading activated #15

pdesaulniers opened this issue Jan 6, 2019 · 1 comment
Labels

Comments

@pdesaulniers
Copy link
Member

Running the UI with hotreloading activated uses about 50% CPU, according to htop.

Idle CPU usage rises by about 5% every time I save a file.

@fundamental
Copy link
Member

Odd that you're seeing a CPU usage rise, though the hotloading performance issue is less of a bug and more of a polling rate issue. Some use of inotify would also greatly reduce the overhead, though that ends up introducing some platform specific complexity.

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

No branches or pull requests

2 participants