-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Memory error while running mocha tests on a Windows 2019 agent #2642
Comments
Hello, @waldekmastykarz
|
Thank you for the tip! Will give it a try and let you know if it helped 👍 |
Works like a charm! Does this mean this is the recommended way forward? |
Yep, currently we don't have any plans to change a vm size or the default settings for a pagefile. |
Thank you! Appreciate your help and quick reply. |
Description
Memory error while running mocha tests on a Windows 2019 agent
Bug:
Virtual environments affected
Image version
20210121.0
Expected behavior
Run tests without any errors
Actual behavior
While running, mocha tests are failing at some point with the following error:
Repro steps
See this workflow run: https://github.com/waldekmastykarz/cli-githubactions/runs/1844914810?check_suite_focus=true
In the same repo you can find previous runs where I tried adjusting different Node settings without any result. I also tried to run the same tests on a Standard DS2 v2 Azure VM with Win 2019 and there the code runs as expected.
The same tests work just fine on the Ubuntu and macOS agents.
The text was updated successfully, but these errors were encountered: