From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87862 Path: news.gmane.org!.POSTED!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: Re: strange memory usage for nntp groups Date: Thu, 28 Dec 2017 18:25:20 +0000 Organization: On the Interweb somewhere Message-ID: <87lghmsoa7.fsf@ucl.ac.uk> References: <878tdnhocx.fsf@ucl.ac.uk> <86k1x7n49g.fsf@zoho.com> <871sjfraio.fsf@ucl.ac.uk> <86fu7vmu33.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1514485504 19593 195.159.176.226 (28 Dec 2017 18:25:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2017 18:25:04 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m36076@lists.math.uh.edu Thu Dec 28 19:25:00 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUcrR-0004TJ-GZ for ding-account@gmane.org; Thu, 28 Dec 2017 19:24:57 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 999b34bb-ebfc-11e7-94e8-b499baabecb2; Thu, 28 Dec 2017 18:26:20 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.89) (envelope-from ) id 1eUcs7-000489-1g; Thu, 28 Dec 2017 12:25:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1eUcs3-00047U-B3 for ding@lists.math.uh.edu; Thu, 28 Dec 2017 12:25:35 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.89) (envelope-from ) id 1eUcs2-0001ty-1l for ding@lists.math.uh.edu; Thu, 28 Dec 2017 12:25:35 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1eUcs0-00020l-P3 for ding@gnus.org; Thu, 28 Dec 2017 19:25:32 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eUcpz-0006zO-NO for ding@gnus.org; Thu, 28 Dec 2017 19:23:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 41 Original-X-Complaints-To: usenet@blaine.gmane.org X-Url: http://www.ucl.ac.uk/~ucecesf/ Cancel-Lock: sha1:mOSAlj7OgPLd+iiwHy9upISMKZs= X-Spam-Score: 1.0 (+) X-Spam-Report: SpamAssassin (3.4.1 2015-04-28) analysis follows Bayesian score: 0.2745 Ham tokens: 0.000-151--5429h-0s--0d--H*M:fsf, 0.000-3--105h-0s--0d--emanuel, 0.000-3--101h-0s--0d--Emanuel, 0.000-3--94h-0s--0d--HX-Complaints-To:sk:usenet@, 0.000-3--90h-0s--0d--H*r:ip*195.159.176.226 Spam tokens: 0.996-27772--569h-23666s--0d--H*r:quimby.gnus.org, 0.996-15529--320h-13234s--0d--H*RT:sk:junkmas, 0.996-15529--320h-13234s--0d--Hx-spam-relays-internal:sk:junkmas, 0.996-15529--320h-13234s--0d--HX-Envelope-From:sk:junkmas, 0.994-28681--949h-24742s--0d--HTo:D*gnus.org Autolearn status: no autolearn_force=no 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% [score: 0.2745] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87862 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thursday, 28 Dec 2017 at 04:04, Emanuel Berg wrote: [...] > From what I can understand from the manual > entry, yanked last in this posts, the overview > files are generated by Gnus only for nnml; for > NNTP, the server makes them, so I suppose > additions are communicated and > appended locally. > > If so, deleting a file will help but eventually > it will grow back to size. Well, I deleted the .overview file and I was able to enter the group and read the posts in it. Memory usage went up only marginally. Simple enough to make a cron script or equivalent that deletes .overview files that get too large, I guess. I did first try setting nntp-nov-is-evil to t but this seemed to make little difference. Thanks for your help. =2D-=20 Eric S Fraga via Emacs 27.0.50, org 9.1.5 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWkU3EAAKCRDIkZPY//z2 fZAtAJ0e/pq4jltVxOE07oB0Q/9R1Rzc8wCeMrGjAHvK7TTQNmSq+LD6AcoIjzE= =b9zm -----END PGP SIGNATURE----- --=-=-=--