GNU bug report logs - #43389
28.0.50; Emacs memory leaks

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Mon, 14 Sep 2020 00:44:01 UTC

Severity: normal

Merged with 43395, 43876, 44666

Found in version 28.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #434 received at 43389 <at> debbugs.gnu.org (full text, mbox):

From: Trevor Bentley <trevor <at> trevorbentley.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Jean Louis <bugs <at> gnu.support>
Cc: fweimer <at> redhat.com, 43389 <at> debbugs.gnu.org, dj <at> redhat.com,
 michael_heerdegen <at> web.de, carlos <at> redhat.com, 
Subject: Re: bug#43389: 28.0.50; Emacs memory leaks using hard disk all time
Date: Mon, 23 Nov 2020 22:30:57 +0100
Ah geez, there's a dozen threads now.  I'll just start from here.

I haven't setup the memory trace lib yet, but I've been running an 
instance of emacs and printing as much as I can about its memory 
usage, including (malloc-info).  I reduced MALLOC_ARENA_MAX to 2.

This instance sat around at ~300MB for a day, then spiked to 
1000MB.  I ran a bunch of memory-related functions, and it stopped 
growing.  I believe (garbage-collect) halted the growth.

It ran for another 3 days at ~1100MB until another sudden spike up 
to 2300MB.

As usual, this is a graphical instance running emacs-slack with 
tons of network traffic and images and the such.

In the mean time, while that instance was running, a second 
graphical instance suddenly spiked to 4100MB.  The other instance 
is interesting, as it's not doing anything special at all.  It has 
a few elisp files open, and reports only 700KB of buffers and 
42.2MB in elisp data.

A third graphical instance has been idling during this time.  I've 
never done a single thing with it beyond start it.  That one is 
still at 83MB.

Below is a large memory report from the emacs-slack instance:

----------------
BEGIN LOG
----------------
;;--------------------------------------  ;; one day of runtime
;; growing 1MB every few seconds RSS 1100MB 
;; -------------------------------------- 
;; --------------------------------------  (getenv 
;; "MALLOC_ARENA_MAX") "2"  buffers ~= 60MB (let ((size 0)) 
 (dolist (buffer (buffer-list) size) 
   (setq size (+ size (buffer-size buffer))))) 
60300462  ;; sums to ~100MB if I'm reading it right? 
(garbage-collect) ((conses 16 1143686 1675416) (symbols 48 32466 
160) (strings 32 241966 542675) (string-bytes 1 5872840) (vectors 
16 116994) (vector-slots 8 8396419 357942) (floats 8 1705 7024) 
(intervals 56 27139 10678) (buffers 992 53))  ;; /proc/$PID/smaps 
heap 56395d707000-56399b330000 rw-p 00000000 00:00 0 
[heap] Size:            1011876 kB KernelPageSize:        4 kB 
MMUPageSize:           4 kB Rss:             1010948 kB Pss: 
1010948 kB Shared_Clean:          0 kB Shared_Dirty:          0 kB 
Private_Clean:         0 kB Private_Dirty:   1010948 kB 
Referenced:      1007016 kB Anonymous:       1010948 kB LazyFree: 
0 kB AnonHugePages:         0 kB ShmemPmdMapped:        0 kB 
FilePmdMapped:        0 kB Shared_Hugetlb:        0 kB 
Private_Hugetlb:       0 kB Swap:                  0 kB SwapPss: 
0 kB Locked:                0 kB THPeligible:            0 
ProtectionKey:         0  ;; malloc-info <malloc version="1"> 
<heap nr="0"> <sizes> 
 <size from="17" to="32" total="64" count="2"/> <size from="33" 
 to="48" total="192" count="4"/> <size from="33" to="33" 
 total="56826" count="1722"/> <size from="49" to="49" 
 total="16121" count="329"/> <size from="65" to="65" 
 total="567970" count="8738"/> <size from="81" to="81" 
 total="38070" count="470"/> <size from="97" to="97" 
 total="80122" count="826"/> <size from="113" to="113" 
 total="37629" count="333"/> <size from="129" to="129" 
 total="435117" count="3373"/> <size from="145" to="145" 
 total="44805" count="309"/> <size from="161" to="161" 
 total="111090" count="690"/> <size from="177" to="177" 
 total="35577" count="201"/> <size from="193" to="193" 
 total="293553" count="1521"/> <size from="209" to="209" 
 total="33858" count="162"/> <size from="225" to="225" 
 total="66600" count="296"/> <size from="241" to="241" 
 total="35909" count="149"/> <size from="257" to="257" 
 total="179900" count="700"/> <size from="273" to="273" 
 total="28938" count="106"/> <size from="289" to="289" 
 total="48841" count="169"/> <size from="305" to="305" 
 total="21655" count="71"/> <size from="321" to="321" 
 total="127758" count="398"/> <size from="337" to="337" 
 total="20220" count="60"/> <size from="353" to="353" 
 total="37065" count="105"/> <size from="369" to="369" 
 total="28044" count="76"/> <size from="385" to="385" 
 total="90860" count="236"/> <size from="401" to="401" 
 total="21253" count="53"/> <size from="417" to="417" 
 total="51291" count="123"/> <size from="433" to="433" 
 total="21217" count="49"/> <size from="449" to="449" 
 total="77228" count="172"/> <size from="465" to="465" 
 total="19995" count="43"/> <size from="481" to="481" 
 total="32227" count="67"/> <size from="497" to="497" 
 total="19383" count="39"/> <size from="513" to="513" 
 total="63099" count="123"/> <size from="529" to="529" 
 total="14283" count="27"/> <size from="545" to="545" 
 total="31065" count="57"/> <size from="561" to="561" 
 total="23001" count="41"/> <size from="577" to="577" 
 total="50199" count="87"/> <size from="593" to="593" 
 total="18383" count="31"/> <size from="609" to="609" 
 total="38367" count="63"/> <size from="625" to="625" 
 total="21875" count="35"/> <size from="641" to="641" 
 total="39101" count="61"/> <size from="657" to="657" 
 total="28251" count="43"/> <size from="673" to="673" 
 total="30958" count="46"/> <size from="689" to="689" 
 total="19292" count="28"/> <size from="705" to="705" 
 total="38070" count="54"/> <size from="721" to="721" 
 total="12978" count="18"/> <size from="737" to="737" 
 total="33902" count="46"/> <size from="753" to="753" 
 total="20331" count="27"/> <size from="769" to="769" 
 total="33067" count="43"/> <size from="785" to="785" 
 total="18840" count="24"/> <size from="801" to="801" 
 total="29637" count="37"/> <size from="817" to="817" 
 total="17157" count="21"/> <size from="833" to="833" 
 total="35819" count="43"/> <size from="849" to="849" 
 total="16131" count="19"/> <size from="865" to="865" 
 total="21625" count="25"/> <size from="881" to="881" 
 total="14977" count="17"/> <size from="897" to="897" 
 total="31395" count="35"/> <size from="913" to="913" 
 total="18260" count="20"/> <size from="929" to="929" 
 total="37160" count="40"/> <size from="945" to="945" 
 total="28350" count="30"/> <size from="961" to="961" 
 total="40362" count="42"/> <size from="977" to="977" 
 total="30287" count="31"/> <size from="993" to="993" 
 total="43692" count="44"/> <size from="1009" to="1009" 
 total="1426726" count="1414"/> <size from="1025" to="1073" 
 total="1167589" count="1093"/> <size from="1089" to="1137" 
 total="1370809" count="1209"/> <size from="1153" to="1201" 
 total="723005" count="605"/> <size from="1217" to="1265" 
 total="467988" count="372"/> <size from="1281" to="1329" 
 total="258180" count="196"/> <size from="1345" to="1393" 
 total="128221" count="93"/> <size from="1409" to="1457" 
 total="143844" count="100"/> <size from="1473" to="1521" 
 total="129078" count="86"/> <size from="1537" to="1585" 
 total="93980" count="60"/> <size from="1601" to="1649" 
 total="108995" count="67"/> <size from="1665" to="1713" 
 total="98218" count="58"/> <size from="1729" to="1777" 
 total="121253" count="69"/> <size from="1793" to="1841" 
 total="110877" count="61"/> <size from="1857" to="1905" 
 total="92257" count="49"/> <size from="1921" to="1969" 
 total="83691" count="43"/> <size from="1985" to="2033" 
 total="235973" count="117"/> <size from="2049" to="2097" 
 total="213783" count="103"/> <size from="2113" to="2161" 
 total="653793" count="305"/> <size from="2177" to="2225" 
 total="682581" count="309"/> <size from="2241" to="2289" 
 total="260931" count="115"/> <size from="2305" to="2337" 
 total="109375" count="47"/> <size from="2369" to="2417" 
 total="88789" count="37"/> <size from="2433" to="2481" 
 total="83378" count="34"/> <size from="2497" to="2545" 
 total="98263" count="39"/> <size from="2561" to="2609" 
 total="77438" count="30"/> <size from="2657" to="2673" 
 total="42656" count="16"/> <size from="2689" to="2737" 
 total="48754" count="18"/> <size from="2753" to="2801" 
 total="63879" count="23"/> <size from="2817" to="2865" 
 total="62422" count="22"/> <size from="2881" to="2929" 
 total="57988" count="20"/> <size from="2945" to="2993" 
 total="68247" count="23"/> <size from="3009" to="3057" 
 total="133164" count="44"/> <size from="3073" to="3121" 
 total="397169" count="129"/> <size from="3137" to="3569" 
 total="2008020" count="612"/> <size from="3585" to="4081" 
 total="666716" count="172"/> <size from="4097" to="4593" 
 total="7549855" count="1775"/> <size from="4609" to="5105" 
 total="2643468" count="540"/> <size from="5121" to="5617" 
 total="5882607" count="1103"/> <size from="5633" to="6129" 
 total="2430783" count="415"/> <size from="6145" to="6641" 
 total="3494147" count="547"/> <size from="6657" to="7153" 
 total="2881062" count="422"/> <size from="7169" to="7665" 
 total="5880630" count="790"/> <size from="7681" to="8177" 
 total="2412798" count="302"/> <size from="8193" to="8689" 
 total="11000664" count="1320"/> <size from="8705" to="9201" 
 total="4458714" count="490"/> <size from="9217" to="9713" 
 total="4959696" count="528"/> <size from="9729" to="10225" 
 total="6223631" count="623"/> <size from="10241" to="10737" 
 total="3347537" count="321"/> <size from="10753" to="12273" 
 total="7665386" count="666"/> <size from="12289" to="16369" 
 total="37137026" count="2658"/> <size from="16385" to="20465" 
 total="26637896" count="1496"/> <size from="20481" to="24561" 
 total="17043773" count="765"/> <size from="24593" to="28657" 
 total="15934986" count="602"/> <size from="28673" to="32753" 
 total="21737575" count="711"/> <size from="32769" to="36849" 
 total="17276544" count="496"/> <size from="36865" to="40945" 
 total="14702299" count="379"/> <size from="40961" to="65521" 
 total="53337460" count="1044"/> <size from="65585" to="98289" 
 total="51364750" count="654"/> <size from="98369" to="131057" 
 total="27361507" count="243"/> <size from="131121" to="163665" 
 total="27275915" count="187"/> <size from="163841" to="262129" 
 total="63020958" count="302"/> <size from="262145" to="519809" 
 total="126431823" count="351"/> <size from="525073" to="4639665" 
 total="148733598" count="174"/> <unsorted from="18465" 
 to="18465" total="18465" count="1"/> 
</sizes> <total type="fast" count="6" size="256"/> <total 
type="rest" count="50540" size="735045803"/> <system 
type="current" size="1036161024"/> <system type="max" 
size="1036161024"/> <aspace type="total" size="1036161024"/> 
<aspace type="mprotect" size="1036161024"/> </heap> <heap nr="1"> 
<sizes> 
 <size from="33" to="33" total="231" count="7"/> <size from="49" 
 to="49" total="245" count="5"/> <size from="65" to="65" 
 total="260" count="4"/> <size from="81" to="81" total="243" 
 count="3"/> <size from="97" to="97" total="97" count="1"/> <size 
 from="113" to="113" total="113" count="1"/> <size from="129" 
 to="129" total="516" count="4"/> <size from="161" to="161" 
 total="644" count="4"/> <size from="209" to="209" total="418" 
 count="2"/> <size from="241" to="241" total="241" count="1"/> 
 <size from="257" to="257" total="257" count="1"/> <size 
 from="305" to="305" total="610" count="2"/> <size from="705" 
 to="705" total="705" count="1"/> <size from="1294673" 
 to="3981489" total="7995027" count="3"/> <unsorted from="30561" 
 to="4013649" total="4044210" count="2"/> 
</sizes> <total type="fast" count="0" size="0"/> <total 
type="rest" count="42" size="20184569"/> <system type="current" 
size="20250624"/> <system type="max" size="20250624"/> <aspace 
type="total" size="20250624"/> <aspace type="mprotect" 
size="20250624"/> <aspace type="subheaps" size="1"/> </heap> 
<total type="fast" count="6" size="256"/> <total type="rest" 
count="50582" size="755230372"/> <total type="mmap" count="4" 
size="44789760"/> <system type="current" size="1056411648"/> 
<system type="max" size="1056411648"/> <aspace type="total" 
size="1056411648"/> <aspace type="mprotect" size="1056411648"/> 
</malloc>     ;;-------------------------------------- 
;;-------------------------------------- ;; ~3 hours later.  ;; 
growth slowed after the previous (garbage-collect) ;; RSS 1140MB 
;;-------------------------------------- 
;;--------------------------------------  (memory-limit) ;; 
virtual memory, not RSS 1429620 (message "%f" gc-cons-threshold) 
"800000.000000" (message "%f" gc-cons-percentage) "0.100000" 
(emacs-uptime) "1 day, 4 hours, 50 minutes, 30 seconds" (message 
"%f" gcs-done) "708.000000" (message "%f" gc-elapsed) "201.724018" 
(message "%s" memory-full) "nil"  (memory-use-counts) (224118465 
575286 217714299 65607 946347937 563190 26430775)  (memory-usage) 
((conses 16 1199504 2511807) (symbols 48 32742 159) (strings 32 
246671 575263) (string-bytes 1 5992063) (vectors 16 118364) 
(vector-slots 8 8412872 474129) (floats 8 1771 10028) (intervals 
56 29873 12035) (buffers 992 60)) 

=>	18.3MB (+ 38.3MB dead) in conses 
	1.50MB (+ 7.45kB dead) in symbols 7.53MB (+ 17.6MB dead) in 
	strings 5.71MB in string-bytes 1.81MB in vectors 64.2MB (+ 
	3.62MB dead) in vector-slots 13.8kB (+ 78.3kB dead) in floats 
	1.60MB (+  658kB dead) in intervals 58.1kB in buffers  Total in 
	lisp objects:  161MB (live  101MB, dead 60.2MB)  Buffer ralloc 
	memory usage: 60 buffers 64.4MB total ( 956kB in gaps) 
     Size	Gap	Name 

 47795241	745530	 *censored* 
  4681196	29261	   *censored* 4543324	25017	   *censored* 
  4478601	28398	   *censored* 
   862373	622	     *censored* 859981	4898	   *censored* 859617 
   3696	   *censored* 859355	4131	   *censored* 859131	4009 
   *censored* 471538	6609	   *censored* 
    60099	6451	   *censored* 20589	1312	   *censored* 19452 
    2129	   *censored* 17776	1746	   *censored* 16877	217 
    *censored* 16484	1447	   *censored* 13488	56 
    *censored* 13212	1810	   *censored* 12747	2081 
    *censored* 12640	2098	   *censored* 12478	900 
    *censored* 12130	453	     *censored* 10745	10186 
    *censored* 10703	2082	   *censored* 
     9965	474	     *censored* 9828	1075	   *censored* 8000 
     226	     *censored* 5117	1396	   *censored* 4282	1891 
     *censored* 2546	1544	   *censored* 1630	675 
     *censored* 1479	591	     *censored* 1228	918 
     *censored* 
      883	1280	   *censored* 679	1574	   *censored* 678	5483 
      *censored* 513	27194	   *censored* 299	1731	   *censored* 
      232	3839	   *censored* 131	1985	   *censored* 
       97	1935	   *censored* 92	1979	   *censored* 72	1999 
       *censored* 69	1999	   *censored* 69	4009	   *censored* 
       67	1999	   *censored* 64	1985	   *censored* 62	6034 
       *censored* 62	1999	   *censored* 61	1960	   *censored* 
       28	4030	   *censored* 27	1999	   *censored* 
        0	2026	   *censored* 0	20	     *censored* 0	2065 
        *censored* 0	2072	   *censored* 0	20	     *censored* 0 
        20	     *censored* 0	2059	   *censored* 0	2037 
        *censored* 



;;--------------------------------------  ;; 3 days later ;; RSS 
;;--------------------------------------was steady at 1150MB ;; 
;;--------------------------------------leaped to 2.3GB very 
;;--------------------------------------suddenly ;; ;; RSS 2311M 
;;--------------------------------------;; ~182MB (let ((size 0)) 
 (dolist (buffer (buffer-list) size) 
   (setq size (+ size (buffer-size buffer))))) 
182903045   ;; sums to ~142MB if I'm reading it right? 
(garbage-collect) ((conses 16 2081486 2630206) (symbols 48 61019 
79) (strings 32 353371 288980) (string-bytes 1 13294206) (vectors 
16 144742) (vector-slots 8 9503757 592939) (floats 8 2373 8320) 
(intervals 56 46660 10912) (buffers 992 82))  (reduce '+ (cl-loop 
for thing in (garbage-collect) 
                   collect (* (nth 1 thing) (nth 2 thing)))) 
142115406  ;; /proc/$PID/smaps heap 56395d707000-5639e0d43000 rw-p 
00000000 00:00 0                          [heap] Size: 
2152688 kB KernelPageSize:        4 kB MMUPageSize:           4 kB 
Rss:             2152036 kB Pss:             2152036 kB 
Shared_Clean:          0 kB Shared_Dirty:          0 kB 
Private_Clean:         0 kB Private_Dirty:   2152036 kB 
Referenced:      2146588 kB Anonymous:       2152036 kB LazyFree: 
0 kB AnonHugePages:         0 kB ShmemPmdMapped:        0 kB 
FilePmdMapped:        0 kB Shared_Hugetlb:        0 kB 
Private_Hugetlb:       0 kB Swap:                  0 kB SwapPss: 
0 kB Locked:                0 kB THPeligible:            0 
ProtectionKey:         0   ;; malloc-info (malloc-info) <malloc 
version="1"> <heap nr="0"> <sizes> 
 <size from="33" to="48" total="240" count="5"/> <size from="113" 
 to="128" total="128" count="1"/> <size from="129" to="129" 
 total="26961" count="209"/> <size from="145" to="145" 
 total="112230" count="774"/> <size from="161" to="161" 
 total="4830" count="30"/> <size from="177" to="177" 
 total="66375" count="375"/> <size from="193" to="193" 
 total="159804" count="828"/> <size from="209" to="209" 
 total="6897" count="33"/> <size from="225" to="225" 
 total="82800" count="368"/> <size from="241" to="241" 
 total="48923" count="203"/> <size from="257" to="257" 
 total="119505" count="465"/> <size from="273" to="273" 
 total="47775" count="175"/> <size from="289" to="289" 
 total="73984" count="256"/> <size from="305" to="305" 
 total="33855" count="111"/> <size from="321" to="321" 
 total="147660" count="460"/> <size from="337" to="337" 
 total="33700" count="100"/> <size from="353" to="353" 
 total="73424" count="208"/> <size from="369" to="369" 
 total="5166" count="14"/> <size from="385" to="385" 
 total="94325" count="245"/> <size from="401" to="401" 
 total="44511" count="111"/> <size from="417" to="417" 
 total="67971" count="163"/> <size from="433" to="433" 
 total="31176" count="72"/> <size from="449" to="449" 
 total="88004" count="196"/> <size from="465" to="465" 
 total="33480" count="72"/> <size from="481" to="481" 
 total="86580" count="180"/> <size from="497" to="497" 
 total="36778" count="74"/> <size from="513" to="513" 
 total="108243" count="211"/> <size from="529" to="529" 
 total="15341" count="29"/> <size from="545" to="545" 
 total="64310" count="118"/> <size from="561" to="561" 
 total="28050" count="50"/> <size from="577" to="577" 
 total="76741" count="133"/> <size from="593" to="593" 
 total="40917" count="69"/> <size from="609" to="609" 
 total="77343" count="127"/> <size from="625" to="625" 
 total="30000" count="48"/> <size from="641" to="641" 
 total="164737" count="257"/> <size from="657" to="657" 
 total="35478" count="54"/> <size from="673" to="673" 
 total="44418" count="66"/> <size from="689" to="689" 
 total="4134" count="6"/> <size from="705" to="705" total="86010" 
 count="122"/> <size from="721" to="721" total="35329" 
 count="49"/> <size from="737" to="737" total="63382" 
 count="86"/> <size from="753" to="753" total="45933" 
 count="61"/> <size from="769" to="769" total="85359" 
 count="111"/> <size from="785" to="785" total="51810" 
 count="66"/> <size from="801" to="801" total="191439" 
 count="239"/> <size from="817" to="817" total="42484" 
 count="52"/> <size from="833" to="833" total="7497" count="9"/> 
 <size from="849" to="849" total="5094" count="6"/> <size 
 from="865" to="865" total="4325" count="5"/> <size from="881" 
 to="881" total="5286" count="6"/> <size from="897" to="897" 
 total="6279" count="7"/> <size from="913" to="913" total="6391" 
 count="7"/> <size from="929" to="929" total="4645" count="5"/> 
 <size from="945" to="945" total="3780" count="4"/> <size 
 from="961" to="961" total="1922" count="2"/> <size from="977" 
 to="977" total="9770" count="10"/> <size from="1009" to="1009" 
 total="122089" count="121"/> <size from="1025" to="1073" 
 total="156226" count="146"/> <size from="1089" to="1137" 
 total="148084" count="132"/> <size from="1153" to="1201" 
 total="75664" count="64"/> <size from="1217" to="1265" 
 total="83731" count="67"/> <size from="1281" to="1329" 
 total="101437" count="77"/> <size from="1345" to="1393" 
 total="107822" count="78"/> <size from="1409" to="1457" 
 total="91680" count="64"/> <size from="1473" to="1521" 
 total="51074" count="34"/> <size from="1537" to="1585" 
 total="65482" count="42"/> <size from="1601" to="1649" 
 total="32484" count="20"/> <size from="1665" to="1713" 
 total="50638" count="30"/> <size from="1729" to="1777" 
 total="33283" count="19"/> <size from="1793" to="1825" 
 total="18106" count="10"/> <size from="1857" to="1905" 
 total="35683" count="19"/> <size from="1921" to="1969" 
 total="117132" count="60"/> <size from="1985" to="2033" 
 total="46295" count="23"/> <size from="2049" to="2097" 
 total="257804" count="124"/> <size from="2113" to="2161" 
 total="92075" count="43"/> <size from="2177" to="2225" 
 total="39666" count="18"/> <size from="2241" to="2289" 
 total="81972" count="36"/> <size from="2305" to="2353" 
 total="337953" count="145"/> <size from="2369" to="2417" 
 total="399879" count="167"/> <size from="2433" to="2481" 
 total="555635" count="227"/> <size from="2497" to="2545" 
 total="372660" count="148"/> <size from="2561" to="2609" 
 total="431415" count="167"/> <size from="2625" to="2673" 
 total="325771" count="123"/> <size from="2689" to="2737" 
 total="412584" count="152"/> <size from="2753" to="2801" 
 total="335673" count="121"/> <size from="2817" to="2865" 
 total="235587" count="83"/> <size from="2881" to="2929" 
 total="283890" count="98"/> <size from="2945" to="2993" 
 total="335073" count="113"/> <size from="3009" to="3057" 
 total="278876" count="92"/> <size from="3073" to="3121" 
 total="358180" count="116"/> <size from="3137" to="3569" 
 total="2372709" count="709"/> <size from="3585" to="4081" 
 total="1847856" count="480"/> <size from="4097" to="4593" 
 total="5672856" count="1320"/> <size from="4609" to="5105" 
 total="4675836" count="956"/> <size from="5121" to="5617" 
 total="6883318" count="1286"/> <size from="5633" to="6129" 
 total="6011919" count="1023"/> <size from="6145" to="6641" 
 total="6239871" count="975"/> <size from="6657" to="7153" 
 total="6540165" count="949"/> <size from="7169" to="7665" 
 total="5515848" count="744"/> <size from="7681" to="8177" 
 total="5148216" count="648"/> <size from="8193" to="8689" 
 total="8190223" count="975"/> <size from="8705" to="9201" 
 total="5854315" count="651"/> <size from="9217" to="9713" 
 total="5312354" count="562"/> <size from="9729" to="10225" 
 total="5154212" count="516"/> <size from="10241" to="10737" 
 total="4074005" count="389"/> <size from="10753" to="12273" 
 total="11387550" count="990"/> <size from="12289" to="16369" 
 total="32661229" count="2317"/> <size from="16385" to="20465" 
 total="36652437" count="2037"/> <size from="20481" to="24561" 
 total="21272131" count="947"/> <size from="24577" to="28657" 
 total="25462302" count="958"/> <size from="28673" to="32753" 
 total="28087234" count="914"/> <size from="32769" to="36849" 
 total="39080113" count="1121"/> <size from="36865" to="40945" 
 total="30141527" count="775"/> <size from="40961" to="65521" 
 total="166092799" count="3119"/> <size from="65537" to="98289" 
 total="218425380" count="2692"/> <size from="98321" to="131057" 
 total="178383171" count="1555"/> <size from="131089" to="163825" 
 total="167800886" count="1142"/> <size from="163841" to="262065" 
 total="367649915" count="1819"/> <size from="262161" to="522673" 
 total="185347984" count="560"/> <size from="525729" 
 to="30878897" total="113322865" count="97"/> <unsorted from="33" 
 to="33" total="33" count="1"/> 
</sizes> <total type="fast" count="6" size="368"/> <total 
type="rest" count="43944" size="1713595767"/> <system 
type="current" size="2204352512"/> <system type="max" 
size="2204352512"/> <aspace type="total" size="2204352512"/> 
<aspace type="mprotect" size="2204352512"/> </heap> <heap nr="1"> 
<sizes> 
 <size from="17" to="32" total="160" count="5"/> <size from="33" 
 to="48" total="336" count="7"/> <size from="49" to="64" 
 total="448" count="7"/> <size from="65" to="80" total="560" 
 count="7"/> <size from="97" to="112" total="784" count="7"/> 
 <size from="33" to="33" total="231" count="7"/> <size from="49" 
 to="49" total="245" count="5"/> <size from="65" to="65" 
 total="390" count="6"/> <size from="81" to="81" total="162" 
 count="2"/> <size from="97" to="97" total="97" count="1"/> <size 
 from="113" to="113" total="113" count="1"/> <size from="129" 
 to="129" total="516" count="4"/> <size from="161" to="161" 
 total="644" count="4"/> <size from="209" to="209" total="2299" 
 count="11"/> <size from="241" to="241" total="241" count="1"/> 
 <size from="257" to="257" total="257" count="1"/> <size 
 from="305" to="305" total="610" count="2"/> <size from="32209" 
 to="32209" total="64418" count="2"/> <size from="1294673" 
 to="4053073" total="27998472" count="8"/> <unsorted from="209" 
 to="4053073" total="4080781" count="13"/> 
</sizes> <total type="fast" count="33" size="2288"/> <total 
type="rest" count="69" size="42357748"/> <system type="current" 
size="42426368"/> <system type="max" size="42426368"/> <aspace 
type="total" size="42426368"/> <aspace type="mprotect" 
size="42426368"/> <aspace type="subheaps" size="1"/> </heap> 
<total type="fast" count="39" size="2656"/> <total type="rest" 
count="44013" size="1755953515"/> <total type="mmap" count="6" 
size="121565184"/> <system type="current" size="2246778880"/> 
<system type="max" size="2246778880"/> <aspace type="total" 
size="2246778880"/> <aspace type="mprotect" size="2246778880"/> 
</malloc>   (memory-limit) ;; virtual memory, not RSS 2630768 
(message "%f" gc-cons-threshold) "800000.000000"  (message "%f" 
gc-cons-percentage) "0.100000"  (emacs-uptime) "4 days, 4 hours, 5 
minutes, 3 seconds"  (message "%f" gcs-done) "2140.000000" 
(message "%f" gc-elapsed) "760.624580"  (message "%s" memory-full) 
"nil"  ;; I belive this is cumulative, not current? 
(memory-use-counts) (989044259 2763760 754240919 143568 2633617972 
2535567 76512576)  (reduce '+ (memory-use-counts)) 4509544031 

 
(memory-usage) ((conses 16 2081326 3094498) (symbols 48 61019 79) 
(strings 32 353291 494869) (string-bytes 1 13286757) (vectors 16 
144725) (vector-slots 8 9503378 623467) (floats 8 2373 8320) 
(intervals 56 46640 11652) (buffers 992 82)) 

=>	31.8MB (+ 47.2MB dead) in conses 
	2.79MB (+ 3.70kB dead) in symbols 10.8MB (+ 15.1MB dead) in 
	strings 12.7MB in string-bytes 2.21MB in vectors 72.5MB (+ 
	4.76MB dead) in vector-slots 18.5kB (+ 65.0kB dead) in floats 
	2.49MB (+  637kB dead) in intervals 79.4kB in buffers  Total in 
	lisp objects:  203MB (live  135MB, dead 67.8MB)  Buffer ralloc 
	memory usage: 82 buffers 
176MB total (2.04MB in gaps) 
     Size	Gap	Name 

 91928037	1241610	*censored* 27233492	123915	*censored* 
 16165441	173855	*censored* 15789683	66347	  *censored* 
 15688792	205051	*censored* 
  3040510	1437	  *censored* 3030476	17503	  *censored* 3027663 
  15314	  *censored* 3027493	16032	  *censored* 3026818	15601 
  *censored* 
   211934	5198	  *censored* 
    87685	23923	  *censored* 57762	2629	  *censored* 52780 
    677	    *censored* 35991	2269	  *censored* 25403	1824 
    *censored* 18008	1514	  *censored* 16930	64	    *censored* 
    16877	217	    *censored* 16484	1447	  *censored* 14232 
    14654	  *censored* 14192	605	    *censored* 13715	1130 
    *censored* 13575	1689	  *censored* 13343	1377	  *censored* 
    13198	1540	  *censored* 13178	1598	  *censored* 12747 
    2081	  *censored* 10883	1902	  *censored* 10271	632 
    *censored* 
     6402	44449	  *censored* 5127	1386	  *censored* 5005	1156 
     *censored* 4282	1891	  *censored* 3840	2313	  *censored* 
     3409	16717	  *censored* 3409	16717	  *censored* 2872	1186 
     *censored* 2541	1511	  *censored* 2067	2011	  *censored* 
     1630	675	    *censored* 1626	444	    *censored* 1490	679 
     *censored* 1413	26294	  *censored* 1159	4937	  *censored* 
      962	1063	  *censored* 678	1574	  *censored* 562	2297 
      *censored* 324	2008	  *censored* 324	2008	  *censored* 
      151	1967	  *censored* 137	1887	  *censored* 133	1983 
      *censored* 
       97	1935	  *censored* 78	3998	  *censored* 72	1999 
       *censored* 71	3985	  *censored* 69	1999	  *censored* 67 
       1999	  *censored* 64	1985	  *censored* 62	1999 
       *censored* 61	6035	  *censored* 49	2008	  *censored* 33 
       2038	  *censored* 31	4040	  *censored* 27	1999 
       *censored* 25	1999	  *censored* 25	1999	  *censored* 25 
       1999	  *censored* 22	1999	  *censored* 20	0 
       *censored* 16	2021	  *censored* 16	4	      *censored* 
        0	2026	  *censored* 0	20	    *censored* 0	5026 
        *censored* 0	2072	  *censored* 0	20	    *censored* 0 
        20	    *censored* 0	2059	  *censored* 0	20 
        *censored* 0	20	    *censored* 

----------------
END LOG
----------------

-Trevor




This bug report was last modified 4 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.