From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18908 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?B?Sm/Do28gQ29ydGVz?= Newsgroups: gmane.emacs.gnus.user Subject: Large POP inbox memory exhausted Date: Mon, 5 Nov 2018 10:03:21 -0800 (PST) Message-ID: <29c2c40f-534a-4665-964e-644b8e1a805a@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1541440985 26297 195.159.176.226 (5 Nov 2018 18:03:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2018 18:03:05 +0000 (UTC) Injection-Date: Mon, 05 Nov 2018 18:03:22 +0000 User-Agent: G2/1.0 To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Nov 05 19:03:01 2018 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gJjDG-0006c1-BO for gegu-info-gnus-english@m.gmane.org; Mon, 05 Nov 2018 19:02:58 +0100 Original-Received: from localhost ([::1]:36826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJjFM-00086j-ML for gegu-info-gnus-english@m.gmane.org; Mon, 05 Nov 2018 13:05:08 -0500 X-Received: by 2002:a5e:8515:: with SMTP id i21-v6mr5478247ioj.29.1541441002035; Mon, 05 Nov 2018 10:03:22 -0800 (PST) X-Received: by 2002:a81:3cd7:: with SMTP id j206-v6mr309985ywa.6.1541441001865; Mon, 05 Nov 2018 10:03:21 -0800 (PST) Original-Path: usenet.stanford.edu!z5-v6no425278ite.0!news-out.google.com!n199-v6ni543itn.0!nntp.google.com!g188-v6no428132itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.245.244.177; posting-account=iX4QeAoAAABKJfbgFdMFZ1LtxxqtyqYM Original-NNTP-Posting-Host: 85.245.244.177 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:89850 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18908 Archived-At: I am trying to configure gnus to fetch my outlook account, via POP. The inbox has ~3Gb. Gnus starts the fetching process but throws an error, error in process filter: Memory exhausted--use C-x s then exit and restart Emacs [218 times] Can I instruct gnus to fetch only a number of articles each time? Is there any general rules regarding the size of newsgroups that gnus can manage? My configuration (setq gnus-select-method ' (nnmaildir "MyMail" (directory "~/mymail/.nnmaildir") (create-directory "~/mymail/maildirs") (get-new-mail t))) (setq mail-sources '( (pop :server "pop.gmail.com" :user "mememe@gmail.com" :port 995 :leave t ) )) Thanks