-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Windows builds running out of heap space in CI #13958
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot add [Windows, CI, build, CMake] |
Interesting, haven't seen that one before. Considering we got ~300GB of Swap enabled on Windows instances, it surprises me that we are allegedly running out of memory. Do you have an idea what this could be caused by or if Swap is not applicable to that usecase? Also, I found something:
|
I found that too, but can't solve the issue, you can refer to #14203 |
I'm running into this issue for #14359 too. Any updates? |
@stereomatchingkiss I actually only want my PR to pass CI instead of getting a local build. Thanks for your info all the same! @marcoabreu any updates on this issue? |
@marcoabreu is there any updates on this issue? I'm facing it again in one of my PRs: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-cpu/detail/PR-14773/2/pipeline. |
@Chancebair has been working on windows lately, maybe he has some info |
@Chancebair Could you please provide some updates? This has been open for more than 3 months and I've personally experienced this error 5+ times and always had to apply some workarounds. |
I can dig a bit on this, however as context I worked on codifying windows workers dependencies last year and made no changes to the instances otherwise so it might be good to find someone with more windows development experience to provide their thoughts. |
I have run into the issue a few times now. Glancing over other PR's |
Probably because |
I meet the same problem too. And I use the following method to easily solve the problem.
|
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-cpu/detail/PR-13917/9/pipeline
c:\program files (x86)\microsoft visual studio 14.0\vc\include\xlocnum(1144) : fatal error C1002: compiler is out of heap space in pass 2
jom: C:\jenkins_slave\workspace\build-cpu\build\CMakeFiles\mxnet.dir\build.make [CMakeFiles\mxnet.dir\src\operator\tensor\elemwise_unary_op_basic.cc.obj] Error 1
jom: C:\jenkins_slave\workspace\build-cpu\build\CMakeFiles\Makefile2 [CMakeFiles\mxnet.dir\all] Error 2
jom: C:\jenkins_slave\workspace\build-cpu\build\Makefile [all] Error 2
The text was updated successfully, but these errors were encountered: