Dan Kenigsberg has posted comments on this change. Change subject: Raise ongoing creations count ......................................................................
Patch Set 3: I would prefer that you didn't submit this (1 inline comment) .................................................... File vdsm/vm.py Line 267: _ongoingCreations = threading.BoundedSemaphore(10) Increasing this limit is a good idea. However, it makes sense to relate the maximum value with the number of host cpus - there is no much point in stressing the host to run a new qemu process while all its cpus are busy doing this. -- To view, visit http://gerrit.ovirt.org/679 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I83b4f956619ee6cdfde5fdbec9d52484c355b33f Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
