Eduardo has posted comments on this change. Change subject: Multiply amount of open file descriptor for vdsm user ......................................................................
Patch Set 1: I would prefer that you didn't submit this (1 inline comment) We need to reduce the number of open procs and the operations opening fd's unnecessarily. .................................................... File vdsm/limits.conf Line 3: Line 4: # nproc should be at least 150 + The maximum amount of running VMs (640) + The maximum amount of storage operations Line 5: # nofile should be at least 3(stdin,stdour,stderr) * each external process. Each VM run or storage operation initiates external process. Line 6: vdsm - nproc 4096 Line 7: vdsm - nofile 8192 Please update the comment. If you assume that each proc has at least 3 open sd's please change nofile to something sensible like nproc * 3 -- To view, visit http://gerrit.ovirt.org/13566 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ide73b075c56c83d0298a9cd3a0892b0ce7cd46f6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
