Skip to content
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

Number of executors #5

Open
krame505 opened this issue Mar 3, 2018 · 4 comments
Open

Number of executors #5

krame505 opened this issue Mar 3, 2018 · 4 comments

Comments

@krame505
Copy link
Member

krame505 commented Mar 3, 2018

I've been watching the CPU and memory usage on coldpress for a while, and there seems to be a fair amount of margin available. Since the issue that made us drop it down to 5 turned out to actually be a different problem, is there any reason not to bump it back up to 6 (or more?)

@krame505
Copy link
Member Author

krame505 commented Mar 3, 2018

Actually I think I just dead-locked Jenkins - all the executors are occupied with Silver or ableC builds, waiting for an executor to become available for their integration builds to finish. I guess I'm going to need to add an executor in order to recover from this - let me know if I should change it back.

@tedinski
Copy link
Member

tedinski commented Mar 3, 2018

If it's that bogged down with those useless slots, you can up it to 7 or so temporarily.

But we should reduce back to 5 after. When someone is logged into the machine, it can consume too much memory sometimes when jenkins is running.

@krame505 krame505 closed this as completed Mar 3, 2018
@krame505
Copy link
Member Author

krame505 commented Apr 2, 2018

I made a change to the default parameters passed to extension make commands, limiting the max number of threads to 8 when building examples/tests. This doesn't significantly affect the runtime (since we achieve 100% CPU utilization anyway), but significantly reduces the amount of memory consumed in these memory-intensive stages, especially for extensions with large numbers of tests.

With this change, could we go back up to 6 executors? We potentially lower the max threads for each build even further without hurting the performance too much. Thoughts?

@krame505 krame505 reopened this Apr 2, 2018
@tedinski
Copy link
Member

tedinski commented Apr 3, 2018

Not yet, but let's leave this open.

I think this is the blocker: melt-umn/silver#232

I think part of the reason coldpress gets so bogged down may not be memory pressure, but IOPS overload on the poor spinning rust disk. If we significantly reduce the number of small files that get copied around, we could probably up the number of executors again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants