From owner-freebsd-chromium@FreeBSD.ORG Mon Jan 14 20:31:12 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DC6FBC4 for ; Mon, 14 Jan 2013 20:31:12 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1.freebsd.org (Postfix) with ESMTP id 704228C3 for ; Mon, 14 Jan 2013 20:31:10 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id fe20so4369310lab.29 for ; Mon, 14 Jan 2013 12:31:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=LOXDa46NGBTRoUOTtX7FfsdYkfA0xAQhCIlDS5SKJBY=; b=nJBAyp93T6jnPfJQD8HgM2iDbMG0Ardq4pIiutARq6Cgph2oDr0MrzGANd8AH+phx3 FYOgOPc2H1QjamjMrbtHaG/g/gCGCuAL9BbdADTnH0H0nEvAjguiSnacGq0Az+408mzu NawOROLEhsDNN2J9zaX2rQE5lDsJAoxu7NLRaduYhx2mlROh4XXbJamaaa/qqtKwRrQ0 z/wHQoN2Bzb46TfZm/N8IJhY2LBU2rAfCJtLnxjDwDhw2vOYNxtVyBaYOKoC7ETRhzPg fmr4yASoOxDNFy8ULaUKUg4gaJZNk/NlAiKMqOFg8JaNtj+/p+7rnXB7yTKcAcJ6Wi6h s39w== MIME-Version: 1.0 Received: by 10.112.14.169 with SMTP id q9mr35296491lbc.110.1358195469710; Mon, 14 Jan 2013 12:31:09 -0800 (PST) Received: by 10.114.71.202 with HTTP; Mon, 14 Jan 2013 12:31:09 -0800 (PST) X-Originating-IP: [203.99.129.1] In-Reply-To: References: <50F3B4EF.6090206@chen.org.nz> Date: Tue, 15 Jan 2013 09:31:09 +1300 Message-ID: Subject: Re: Oddness with latest chromium From: Jonathan Chen To: George Liaskos X-Gm-Message-State: ALoCoQksIrK53EN+a2TmJaNQjMpA+VeALC9koHXLyXkZQQTBGWeTpixbuXQrLNfFAsT5+BHfjyV6 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 20:31:12 -0000 On 15 January 2013 07:34, George Liaskos wrote: > Chromium 24 is using shared memory. > It would be very helpful if you set / unset > kern.ipc.shm_allow_removed, change your shared memory limits and see > if issue persists. > > kern.ipc.shmall=32768 > kern.ipc.shmmni=1024 > kern.ipc.shmseg=1024 > > Can you please also provide your system version and arch? I've bumped up the IPC tunables, but the oddness still occurs on some sites. I'm running 9.1-STABLE/amd64 Cheers. -- Jonathan Chen