From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Thu, 16 Nov 2017 12:32:10 +0100 From: Alexey Gladkov To: ALT Linux Team development discussions Message-ID: <20171116113210.GA4474@comp-core-i7-2640m-0182e6> References: <201711142357.02155.asy@altlinux.org> <37fdf638-6bcc-d254-cde4-ae5165564fb3@basealt.ru> <561f0447-9d42-d2dc-186c-e1e4d2275152@gmail.com> <9865a696-73b1-b0c9-1c19-0f7b49916c45@basealt.ru> <9e06a35f-1e5f-effa-c07b-33f27c6de031@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9e06a35f-1e5f-effa-c07b-33f27c6de031@altlinux.org> Subject: Re: [devel] =?utf-8?b?0J7RgtC60LvRjtGH0LXQvdC40LUgIHN3YXA=?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 11:32:19 -0000 Archived-At: List-Archive: List-Post: On Thu, Nov 16, 2017 at 02:15:13PM +0300, Paul Wolneykien wrote: > 16.11.2017 07:29, Anton Farygin пишет: > > > > От swap тоже было бы неплохо избавиться - если ОЗУ более чем достаточно > > А подскажите, пожалуйста, как именно это сделать? В /etc/fstab swap > раздел закомментирован. `free -m` показывает "Swap: 0 0 0". Я > рассчитывал, что после этого, тот же firefox, при нехватке памяти на > очередную вкладку, будет закрываться быстро и "молча". Вы надеетесь на сегфолт ? Кстати, у нас везде же по умолчанию overcommit memory. malloc(3): By default, Linux follows an optimistic memory allocation strategy. This means that when malloc() returns non-NULL there is no guarantee that the memory really is available. In case it turns out that the system is out of memory, one or more processes will be killed by the OOM killer. For more information, see the description of /proc/sys/vm/overcommit_memory and /proc/sys/vm/oom_adj in proc(5), and the Linux kernel source file Documentation/vm/overcommit-accounting. -- Rgrds, legion