You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rosindex job needs the oversized memory machines. This works fine right now if the machine is mostly idle. But tonight I merged several packages during the rosindex run and I believe that it ran out of memory just before it finished.
I manually changed the doc_rosindex to use job_weight: 4 which will guarentee that the job has a dedicated executor
But that manual change won't persist. We'll need to add the parameter to the config here and to ros_buildfarm to know how to parse it and inject it.
The text was updated successfully, but these errors were encountered:
The rosindex job needs the oversized memory machines. This works fine right now if the machine is mostly idle. But tonight I merged several packages during the rosindex run and I believe that it ran out of memory just before it finished.
I manually changed the doc_rosindex to use
job_weight: 4
which will guarentee that the job has a dedicated executorBut that manual change won't persist. We'll need to add the parameter to the config here and to ros_buildfarm to know how to parse it and inject it.
The text was updated successfully, but these errors were encountered: