-
Notifications
You must be signed in to change notification settings - Fork 465
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
Very Slow Compilation of rescript files. #6695
Comments
Coincidentally I also just had slow compile times on an M2. Instead of 9 seconds for a full build it took 53 seconds! |
Also, even more interesting: I have double the compile time when I run the compiler in the VSCode terminal. That's even with all extensions disabled. |
this is happening because of crowdstrike imentation. Any idea why the compile would be affected by it. |
I don't know exactly why, but this is very common for antivirus software. You are creating and changing a lot of files and my guess is that it scans each of them. There is probably the possibility to put certain paths on a whitelist. See also: https://developer.apple.com/forums/thread/115773?answerId=358647022#358647022 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
I am facing an issue which is faced also by many of my colleagues, the build for rescript files is taking way longes than expected. I am using rescript version - 9.1.
System - Mac OS 12, M1 chip (the issue is also there for intel)
The video is attached below. The issue started fro today only, the memory and cpu usage are 7/8 GB and 27% with the build process running
Screen.Recording.2024-03-26.at.12.45.11.PM.mov
](url)
Is
Thank you for filing! Check list:
The text was updated successfully, but these errors were encountered: