From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32720 invoked from network); 4 Jun 2020 15:11:58 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 4 Jun 2020 15:11:58 -0000 Received: (qmail 13669 invoked by uid 550); 4 Jun 2020 15:11:56 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 13651 invoked from network); 4 Jun 2020 15:11:55 -0000 Date: Thu, 4 Jun 2020 11:11:43 -0400 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20200604151141.GN1079@brightrain.aerifal.cx> References: <20200510180934.GV21576@brightrain.aerifal.cx> <20200516002912.GN21576@brightrain.aerifal.cx> <20200516032901.GO21576@brightrain.aerifal.cx> <20200517033025.GQ21576@brightrain.aerifal.cx> <20200518185351.GF21576@brightrain.aerifal.cx> <4abf07d7-542a-414f-9cc2-2fdf60074462@wwcom.ch> <20200525175446.GR1079@brightrain.aerifal.cx> <3bc9cd46-4deb-819d-3677-7c2f5ffe237a@wwcom.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3bc9cd46-4deb-819d-3677-7c2f5ffe237a@wwcom.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] mallocng progress and growth chart On Thu, Jun 04, 2020 at 09:04:47AM +0200, Pirmin Walthert wrote: > FYI: everything working without any issues so far on about 150 > systems (using the most current version from 27th of May). Even got > around an OOM issue during DOS that could be reproduced with the old > malloc implementation (maybe because of the fragmentation issue?). > Server software running on these systems: lighttpd, php-fpm 7.3, > asterisk 16, slapd, isc-dhcpd, dropbear Thanks for the update! That's really good to hear. Rich