From owner-freebsd-embedded@FreeBSD.ORG Mon Jul 9 15:28:03 2012 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BC13106566B; Mon, 9 Jul 2012 15:28:03 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7768FC08; Mon, 9 Jul 2012 15:28:02 +0000 (UTC) Received: by qcsg15 with SMTP id g15so7646783qcs.13 for ; Mon, 09 Jul 2012 08:27:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=x3RmdOBvHlKxQvk9nF15cKSKVxhrDHiSNB8QveXamok=; b=gnW9Aw5tq152prjy/PnTMO0eyv7z6bG7BI+tVDm2nUlGYyKbZBuq6/zvx+KKTpqxMd voGfeQy5/2w7mQU8A0ViI+4iUATQAQp0yg6JJkQZL0TvzX560z3eGS2FVzcq/XEpBOFf q9Fv0pDsYyO27JviHMB89ckxPTfmkcDec+MDStQb2+0JS1Ka9k/D88zmYqNlNLjbP/89 GLMvR/ZFU+fTHvxjVdNbFyEC4CEbsiPACSzGoSkL+vNQCfv/H75IeAEPLp5regnNYkwQ jjJiEciTTrlGPf1oBo2rKTKOX/DF/aLJNTBIdjX7EWNoTUUe4PSQtEdYtO2mUxfrgx26 rPxQ== MIME-Version: 1.0 Received: by 10.60.9.134 with SMTP id z6mr41991061oea.46.1341847675699; Mon, 09 Jul 2012 08:27:55 -0700 (PDT) Received: by 10.76.68.74 with HTTP; Mon, 9 Jul 2012 08:27:55 -0700 (PDT) In-Reply-To: <1341841445.2540.10.camel@manbearpig.dynamic.weites.net> References: <1341745590.2740.17.camel@manbearpig.dynamic.weites.net> <201207081805.33574.bschmidt@freebsd.org> <1341841445.2540.10.camel@manbearpig.dynamic.weites.net> Date: Mon, 9 Jul 2012 23:27:55 +0800 Message-ID: From: Marcelo Araujo To: Harm Weites Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-embedded@freebsd.org, Bernhard Schmidt Subject: Re: TP-Link wr1043nd out of swap space X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: araujo@FreeBSD.org List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 15:28:03 -0000 Hello Harm, There is a typo is must be MALLOC_PRODUCTION=YES instead of MALLOC PRODUCION=YES. Maybe you could double check! Best Regards, - Araujo 2012/7/9 Harm Weites > Hi Bernard, > > thanks for your suggestion. I've added MALLOC_PRODUCION=YES > to /etc/make.conf, and also removed make option DEBUG=-g from the kernel > config. The error still exists though. > > Regards > > Bernhard Schmidt schreef op zo 08-07-2012 om 18:05 [+0200]: > > On Sunday 08 July 2012 13:06:30 Harm Weites wrote: > > > Hi list, > > > > > > After flashing my firmware image on the TP-Link it apears to run out of > > > swap space when executing /etc/rc, thus halting further system startup. > > > My mfsroot is actually ~500KB smaller compared to the result of the > > > standard scripts, and the mount_mfs commands in /etc/rc are building > > > 512K devices instead of the standard 1M. What could be the issue here, > > > since there should be even more RAM available compared to using the > > > image produced by the standard build scripts? > > > > > > Furthermore, I've compiled the kernel without WITNESS, > WITNESS_SKIPSPIN, > > > INVARIANTS and INVARIANT_SUPPORT. > > > > Do you have MALLOC_PRODUCTION defined in your make.conf? If not, you > > should try to do so. > > > > > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org > " > -- Marcelo Araujo araujo@FreeBSD.org