From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id ACC573B2A4 for ; Wed, 27 Jan 2021 07:51:39 -0500 (EST) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 10RCpbGc017131; Wed, 27 Jan 2021 13:51:37 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 9C48C23D15; Wed, 27 Jan 2021 13:51:37 +0100 (CET) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id VklproAkEWJC; Wed, 27 Jan 2021 13:51:35 +0100 (CET) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id C7FAD23D0F; Wed, 27 Jan 2021 13:51:35 +0100 (CET) Date: Wed, 27 Jan 2021 13:51:35 +0100 Message-ID: <87a6subl0o.wl-jch@irif.fr> From: Juliusz Chroboczek To: Dave Taht Cc: cerowrt-devel , galene@lists.galene.org In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Wed, 27 Jan 2021 13:51:37 +0100 (CET) X-Miltered: at korolev with ID 601161D9.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 601161D9.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 601161D9.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Subject: Re: [Cerowrt-devel] [Galene] galene videoconferencing server on... mips... on openwrt X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2021 12:51:39 -0000 > d@ceres:~/git/galene/galene$ CGO_ENABLED=0 GOOS=linux GOARCH=mips > GOMIPS=softfloat go build -ldflags='-s -w' > d@ceres:~/git/galene/galene$ file galene > galene: ELF 32-bit MSB executable, MIPS, MIPS32 version 1 (SYSV), > statically linked, stripped Dave, if you run out of memory, please play with the GOGC environment variable. (The default is 100, you can probably set it to 40 without much of a performance hit.) (If you're going to run it on a 128MB machine, I'll probably going to have to do some work on memory consumption — the resend cache is currently generously when the RTT is small, it could usefully be reduced.)