From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 359C425C78 for ; Fri, 26 Jul 2019 13:50:31 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yPS6DEMqjgFs for ; Fri, 26 Jul 2019 13:50:31 -0400 (EDT) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id DC21325FD1 for ; Fri, 26 Jul 2019 13:50:30 -0400 (EDT) Date: Fri, 26 Jul 2019 20:50:29 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2] travis-ci: fix OSX max files limits Message-ID: <20190726175029.chbxyvd3auezhkgv@tarantool.org> References: <30ac1e9bb5e123ffb69b5a004e88fa2178a43b47.1563995445.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <30ac1e9bb5e123ffb69b5a004e88fa2178a43b47.1563995445.git.avtikhon@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: "Alexander V. Tikhonov" Cc: tarantool-patches@freelists.org Hello, On 25 июл 14:33, Alexander V. Tikhonov wrote: > Increased the maximum number of open file descriptors on macOS. > > Travis-ci: needed the "ulimit -n " call, because found > that the tests fail without it even with launchctl limit tool set. > > Gitlab-ci: needed the "launchctl limit maxfiles " call, > because under gitlib-ci it is needed the password to change the > limits and we call the sudo tool which separates the local set > of the environment. > > Closes #4373 I've checked the patch into master. -- Regards, Kirill Yukhin