Original download: gentoo-portage-needed.txt
28-02-2010 00:55:12 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: gain another buzzword via profilin g portage. kthnx 28-02-2010 00:55:44 < plantain!~plantain@unaffiliated/plantain: http://pastebin.com/YZZv74Kf 28-02-2010 00:56:28 < antarus!~antarus@gentoo/developer/antarus: ferringb: the usual python problems are: Google Dasher APIs are dog slow and syncing 30000-odd items takes 24h; not memory issues ;) 28-02-2010 00:56:36 < plantain!~plantain@unaffiliated/plantain: I'm just pastebinning everything that looks inter esting here, I really have nfi what I'm doing 28-02-2010 00:56:41 < * antarus!~antarus@gentoo/developer/antarus stabs the dasherAPI 28-02-2010 00:57:32 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: plantain: welcome to heappy ;) 28-02-2010 00:57:50 < plantain!~plantain@unaffiliated/plantain: okay, I think I've got something useful here now 28-02-2010 00:57:55 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: plantain: honestly it's mostly jus t poking around getting a feel for the memory graph, mapping it back to what should be in memory 28-02-2010 00:58:06 < plantain!~plantain@unaffiliated/plantain: http://pastebin.com/BNrBa3uS 28-02-2010 00:58:24 < plantain!~plantain@unaffiliated/plantain: looks like it's full of library names 28-02-2010 00:58:50 < ABCD!~ABCD@gentoo/developer/abcd: specifically, entries from NEEDED.ELF.2 28-02-2010 00:58:57 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: hmm 28-02-2010 00:58:58 > * apostrophe images symlink loops 28-02-2010 00:59:06 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: yes, although it's holding that contents in memory 28-02-2010 00:59:23 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: that should've been parsed down to lines (meaning no 422k strings) 28-02-2010 00:59:30 < plantain!~plantain@unaffiliated/plantain: I'm not familiar with python at all, let alone programming or memory or what a dict is, so if I'm going to find anything outside of what this guide says I'm going to need some guidance 28-02-2010 00:59:39 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: getting the memory back from that also is going to be fun since python allocator will pass that straight down to raw malloc 28-02-2010 01:01:04 < antarus!~antarus@gentoo/developer/antarus: even adding up the contents of all the NEEDED files in vdb you might get up to 422k 28-02-2010 01:01:42 < antarus!~antarus@gentoo/developer/antarus: just SIGQUIT python and give zmedico the 1.2GB core file ;p 28-02-2010 01:01:55 < antarus!~antarus@gentoo/developer/antarus: (kidding, do not do that) 28-02-2010 01:02:09 < ferringb!~ferringb@c-98-210-130-131.hsd1.ca.comcast.net: antarus: nah, I'm saying there probably is a 422k NEEDED file... and portage is daftly loading the whole fucker up instead of iterating it 28-02-2010 01:02:41 < antarus!~antarus@gentoo/developer/antarus: ferringb: hmmm I guess if the app is crazy enough 28-02-2010 01:04:05 < antarus!~antarus@gentoo/developer/antarus: the biggest NEEDED file on my system is 100k; and thats e17-cvs ;)