Michal Skrivanek has posted comments on this change. Change subject: packaging: services: ovirt-engine: extend importand limits to their hard limit ......................................................................
Patch Set 1: (2 comments) http://gerrit.ovirt.org/#/c/23667/1//COMMIT_MSG Commit Message: Line 7: importand "important" http://gerrit.ovirt.org/#/c/23667/1/packaging/services/ovirt-engine/ovirt-engine.py File packaging/services/ovirt-engine/ovirt-engine.py: Line 48: ) Line 49: Line 50: def _setLimits(self): Line 51: for limit in (resource.RLIMIT_NPROC, resource.RLIMIT_NOFILE): Line 52: soft, hard = resource.getrlimit(resource.RLIMIT_NPROC) getrlimit(limit), no? Line 53: resource.setrlimit(resource.RLIMIT_NPROC, (hard, hard)) Line 54: Line 55: def _processTemplate(self, template, dir, mode=None): Line 56: out = os.path.join( -- To view, visit http://gerrit.ovirt.org/23667 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib9f89a1519cf895e0e1504b3e344c9d0fc1481d6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
