AppVeyor VS2008 slow startup/memory issues
See original GitHub issueSeems there is a rather strange issue happening on the VS2008 builds unrelated to the recipe here. They seem to be taking a really long time to run and may be running out of memory as this build shows. Not sure if this is a conda
problem (infinite recursion and so on) or a VM memory problem.
xref: https://ci.appveyor.com/project/conda-forge/iteration-utilities-feedstock/build/1.0.10/job/m42dxwpke0i6e5pt#L128 xref: https://ci.appveyor.com/project/conda-forge/conda-smithy-feedstock/build/1.0.89/job/1xvlseif9w9se8tr#L120
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (16 by maintainers)
Top Results From Across the Web
Visual Studio 2008 very slow - Stack Overflow
VS2008 is a pig. I had a similar problem and an extra 1GB of RAM did wonders. Put as much RAM in your...
Read more >Did recent changes apply to possibly slow down builds?
We from out side are looking into performance issues deeply now and plan some major datacenter upgrades and migrations in the near future....
Read more >Visual Studio 2008 - Slow Performance - TechNet - Microsoft
Problem is specifically related to W7. When I run TaskMan (when VS states Not Responding) I don't see any specific spikes in either...
Read more >Work on Python buildbots, 2017 Q2 - Victor Stinner blog 3
I decided to fix all buildbots issues: fix all warnings and all ... are now tested on Linux, Windows and macOS by Travis...
Read more >Timeline - OpenModelica
bbfed6b problem: memory issues, access uninitiailized memory and leak ... 54e2e2a Problem: Windows 7 TCP slow start
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This appears to have resurfaced.
xref: https://ci.appveyor.com/project/conda-forge/libssh2-feedstock/build/1.0.4/job/xcra9t5bevmcj3d8#L120
Maybe. Really all we can do is systematically eliminate problems until we are left with the source of the issue. Right now it looks like
ruamel_yaml
is part of the problem. So eliminating that variable should help.