From owner-freebsd-questions@FreeBSD.ORG Fri May 14 15:06:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 033F5106567B; Fri, 14 May 2010 15:06:03 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD4F8FC1C; Fri, 14 May 2010 15:06:01 +0000 (UTC) Received: by fxm17 with SMTP id 17so1770069fxm.13 for ; Fri, 14 May 2010 08:06:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.5.89 with SMTP id 25mr1767615fau.87.1273849560966; Fri, 14 May 2010 08:06:00 -0700 (PDT) Sender: scjamorim@bsd.com.br Received: by 10.223.105.136 with HTTP; Fri, 14 May 2010 08:05:59 -0700 (PDT) Date: Fri, 14 May 2010 12:05:59 -0300 X-Google-Sender-Auth: wL0y_m5qQKnftspGMr2xyD5YzaU Message-ID: From: Sylvio Cesar Teixeira To: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: jeff@FreeBSD.org Subject: cpuset at boot time or separating processes by CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 15:06:03 -0000 Hi list, I'm with a need to run the cpuset for certain processes, for example: run VirtualBox on CPU 1; run firefox on CPU 0; and the other processes are balanced between the CPU 0 and 1. I can do this separation, but only with the root, but I need to do as a regular user. is it possible? Regards, Sylvio Cesar