-
Notifications
You must be signed in to change notification settings - Fork 446
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
Possible memory leak in watchtheme #1082
Comments
@kdmccormick It looks like |
Without having reproduced the bug yet, my first guess would be that the theme compilation is writing to a file that watch-sass is watching, creating an infinite loop. That would be a bug -- the generated CSS output should be completely ignored by the watch-sass watcher -- but it's possible I have the config wrong. I can dig in today. @CodeWithEmad could you tell me the version numbers for tutor and tutor-indigo you're using (or commit hashes if nightly), and your edx-platform commit hash if you're bind-mounting it? |
tutor==17.0.4 |
Oh my bad, in v17 Tutor did not make use of |
Ah right, |
Thank you so much for the explanation. I'll close this one and will try it on v18. |
When running the tutor in dev mode and making changes in the indigo theme, the watchtheme service keeps trying to compile SCSS files, causing a system freeze.
memory-leak.mp4
tutor version 17.0.4
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: