From owner-freebsd-stable Sun Jun 30 12:35:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380BF37B400 for ; Sun, 30 Jun 2002 12:35:45 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id A423343E0A for ; Sun, 30 Jun 2002 12:35:44 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id ; Sun, 30 Jun 2002 15:35:44 -0400 Message-ID: From: Don Bowman To: "'freebsd-stable@freebsd.org'" Subject: hang in sysctl -a Date: Sun, 30 Jun 2002 15:35:43 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running into a problem where sysctl -a seems to hang up the machine. This occurs (I think) when the amount of kernel memory is low(?). For example, as I bump up my nmbclusters number, I will run into this problem (somewhere around 128K nmbclusters for me). $ sysctl -a ... vm.stats.vm.v_kthreadpages: 0 vm.stats.misc.zero_page_count: 196962 vm.stats.misc.cnt_prezero: 201588 vm.max_proc_mmap: 43690 vm.msync_flush_flags: 3 vm.max_launder: 32 vm.pageout_stats_max: 7208 vm.pageout_full_stats_interval: 20 vm.pageout_stats_interval: 5 vm.pageout_stats_free_max: 5 vm.swap_idle_enabled: 0 vm.defer_swapspace_pageouts: 0 vm.disable_swapspace_pageouts: 0 vm.pageout_lock_miss: 0 and then the machine hangs. You can still ping it, but nothing works, ^C on that shell doesn't do anything, can't ssh new connections in, etc. It always hangs after the same variable (vm.pageout_lock_miss). Any suggestions? Anybody else seen anything similar? This is with 4.6-STABLE. --don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message