From owner-freebsd-current@FreeBSD.ORG Mon Aug 6 06:24:59 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DD6E16A41A for ; Mon, 6 Aug 2007 06:24:59 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id C2FD813C469 for ; Mon, 6 Aug 2007 06:24:58 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1IHw1R-000Iyk-35; Mon, 06 Aug 2007 09:24:57 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: am-utils@fsl.cs.sunysb.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Aug 2007 09:24:57 +0300 From: Danny Braniss Message-ID: Cc: freebsd-current@FreeBSD.org, freebsd-amd64@freebsd.org Subject: amd crashes when memory is low X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 06:24:59 -0000 Hi, This is not new, but now that freebsd current is almost out, I'm trying it out again. amd (am-utils version 6.1.5) on an amd64 will crash when vm memory is low. In the past it was suggested to add 'plock=no' to /etc/amd.conf, but I have to check if it's read since I still see: Couldn't lock process pages in memory using mlockall(): \ Resource temporarily unavailable I'll try it out under i386 and report later. danny