From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932284Ab2IXUyi (ORCPT ); Mon, 24 Sep 2012 16:54:38 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:36784 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932187Ab2IXUyh (ORCPT ); Mon, 24 Sep 2012 16:54:37 -0400 Date: Mon, 24 Sep 2012 13:54:32 -0700 From: Tejun Heo To: Deepawali Verma Cc: Chinmay V S , Daniel Taylor , anish singh , "linux-kernel@vger.kernel.org" Subject: Re: Work queue questions Message-ID: <20120924205432.GE29689@google.com> References: <5A9BC72FD5CEC94EA024CED8E31D701A4C572FAE@wdscexmb03.sc.wdc.com> <20120924181025.GG7694@google.com> <20120924200809.GC29689@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 24, 2012 at 09:52:14PM +0100, Deepawali Verma wrote: > I do not have ordering as requirement. I can use system work queue as > well. what is max_active by default for system wq per cpu? For system_unbound_wq, it's the larger one of 512 and 4 * #cpus. -- tejun