-
Notifications
You must be signed in to change notification settings - Fork 174
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
EEGVisEnabled check issue and webpack cache #9159
EEGVisEnabled check issue and webpack cache #9159
Conversation
laemtl
commented
Mar 21, 2024
•
edited
Loading
edited
- Fix a WebpackMissingModule error with the EEGBrowser when EEGVisEnabled is set to "1" | "0" instead of "true" | "false".
- Turn the webpack cache to off as it contributes to the heap memory issues for users with less than 2GB Ram. In dev mode, all cache is stored in memory. Alternatively, if build speed is impacted, it can also be set to filesystem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does "and webpack cache" mean? Why is the |
Sorry, I forgot to explain that change in the description. Updated. |
@GeorgeMurad can you test if this branch fixes your memory issue problems when running @laemtl is there any reason not to change it to cache to the filesystem instead of disabling it entirely? |
No, it might be a good option as well, maybe a better compromise. |
resolution of this issue is critical to release for the EEG Browser (signal display breaks if not #9160 ) |
@laemtl could you make the change for filesystem cache |
6f95b62
to
0049008
Compare
@ridz1208 Done |
@laemtl the static tests are failing |
0049008
to
94974f7
Compare