Re: [Pharo-users] Changes file size

2015-02-13 Thread Guillermo Polito
El Wed Feb 11 2015 at 4:08:36 PM, Esteban A. Maringolo escribió: > 2015-02-11 10:02 GMT-03:00 Sven Van Caekenberghe : > >> ps: As said in another thread, Torsten's version (descendant of mine) > >> didn't seem to have this issue. > > > Yes, we are making (some) progress. > > Maybe we should promo

Re: [Pharo-users] Changes file size

2015-02-13 Thread Sven Van Caekenberghe
> On 11 Feb 2015, at 16:07, Esteban A. Maringolo wrote: > > 2015-02-11 10:02 GMT-03:00 Sven Van Caekenberghe : >>> ps: As said in another thread, Torsten's version (descendant of mine) >>> didn't seem to have this issue. > >> Yes, we are making (some) progress. >> Maybe we should promote the la

Re: [Pharo-users] Changes file size

2015-02-11 Thread Esteban A. Maringolo
2015-02-11 10:02 GMT-03:00 Sven Van Caekenberghe : >> ps: As said in another thread, Torsten's version (descendant of mine) >> didn't seem to have this issue. > Yes, we are making (some) progress. > Maybe we should promote the latest version to #stable ? I think we should, but there is something

Re: [Pharo-users] Changes file size

2015-02-11 Thread Sven Van Caekenberghe
> On 11 Feb 2015, at 13:54, Esteban A. Maringolo wrote: > > 2015-02-11 5:35 GMT-03:00 Sven Van Caekenberghe : >>> On 10 Feb 2015, at 09:13, Sven Van Caekenberghe wrote: >>> >>> Esteban, >>> >>> You might be on something important there. >>> I always found it strange what effect loading Glorp

Re: [Pharo-users] Changes file size

2015-02-11 Thread Esteban A. Maringolo
2015-02-11 5:35 GMT-03:00 Sven Van Caekenberghe : >> On 10 Feb 2015, at 09:13, Sven Van Caekenberghe wrote: >> >> Esteban, >> >> You might be on something important there. >> I always found it strange what effect loading Glorp had on an image, blowing >> it up. >> I can't say I understand though,

Re: [Pharo-users] Changes file size

2015-02-11 Thread Sven Van Caekenberghe
> On 11 Feb 2015, at 09:35, Sven Van Caekenberghe wrote: > > I will try to do what you did and commit a version of that method with a > normal time stamp. I committed: === Name: Glorp-SvenVanCaekenberghe.96 Author: SvenVanCaekenberghe Time: 11 February 2015, 9:59:31.16347 am UUID: 1e1961df-8d

Re: [Pharo-users] Changes file size

2015-02-10 Thread Sven Van Caekenberghe
Esteban, You might be on something important there. I always found it strange what effect loading Glorp had on an image, blowing it up. I can't say I understand though, best make it into an issue. Sven > On 10 Feb 2015, at 00:22, Esteban A. Maringolo wrote: > > Just when I found a way to re

Re: [Pharo-users] Changes file size

2015-02-09 Thread Esteban A. Maringolo
Just when I found a way to reduce the total size of the changes file, I noticed the latest versions in the repository doesn't have this issue, what a good way of wasting one's time learning about the guts of Monticello :) But just for the record: The problem happened after installing into GlorpSes

Re: [Pharo-users] Changes file size

2014-10-28 Thread Sven Van Caekenberghe
> On 28 Oct 2014, at 14:58, Esteban A. Maringolo wrote: > > 2014-10-28 5:41 GMT-03:00 Sven Van Caekenberghe : >> Esteban, >> >> The Reddit example's CI Job >> (https://ci.inria.fr/pharo-contribution/job/Reddit/) also loads Seaside and >> Glorp (two big packages) in Pharo 3 and it too results

Re: [Pharo-users] Changes file size

2014-10-28 Thread Esteban A. Maringolo
2014-10-28 5:41 GMT-03:00 Sven Van Caekenberghe : > Esteban, > > The Reddit example's CI Job > (https://ci.inria.fr/pharo-contribution/job/Reddit/) also loads Seaside and > Glorp (two big packages) in Pharo 3 and it too results in a 110 Mb image and > 142 Mb changes file. After condensing, that

Re: [Pharo-users] Changes file size

2014-10-28 Thread Esteban A. Maringolo
Hi Steph, I am using Pharo 3. I didn't try in it any other release. I'm using the latest stable version and VM from the zeroconf scripts, runing the command from the command line via "eval" (though it doesn't seem to make any difference) Regards! El Tue Oct 28 2014 at 9:13:52 AM, stepharo es

Re: [Pharo-users] Changes file size

2014-10-28 Thread stepharo
Hi esteban Which image are you using? Do you get similar behavior with Pharo30? Stef Well... after finishing the condensing, the changes file passed form 140 mb... to 280 mb :) Esteban A. Maringolo 2014-10-28 3:08 GMT-03:00 Esteban A. Maringolo >: I know

Re: [Pharo-users] Changes file size

2014-10-28 Thread Sven Van Caekenberghe
Hmm, we need more tests and data points, I will try on Linux command line later on. > On 28 Oct 2014, at 09:54, p...@highoctane.be wrote: > > > ls -l ~jenkins/jobs/BaseWorker/workspace/*.changes > > -rw-r--r-- 1 jenkins jenkins 244869 Oct 25 09:30 > /var/lib/jenkins/jobs/BaseWorker/workspac

Re: [Pharo-users] Changes file size

2014-10-28 Thread p...@highoctane.be
ls -l ~jenkins/jobs/BaseWorker/workspace/*.changes -rw-r--r-- 1 jenkins jenkins 244869 Oct 25 09:30 /var/lib/jenkins/jobs/BaseWorker/workspace/Pharo.changes becoming -rw-r--r-- 1 jenkins jenkins 265779 Oct 25 09:30 /var/lib/jenkins/jobs/BaseWorker/workspace/X-Builder.changes becoming (coupl

Re: [Pharo-users] Changes file size

2014-10-28 Thread Sven Van Caekenberghe
Esteban, The Reddit example's CI Job (https://ci.inria.fr/pharo-contribution/job/Reddit/) also loads Seaside and Glorp (two big packages) in Pharo 3 and it too results in a 110 Mb image and 142 Mb changes file. After condensing, that goes to 276 Mb ! I would say something is wrong here ;-) No

Re: [Pharo-users] Changes file size

2014-10-27 Thread Esteban A. Maringolo
Well... after finishing the condensing, the changes file passed form 140 mb... to 280 mb :) Esteban A. Maringolo 2014-10-28 3:08 GMT-03:00 Esteban A. Maringolo : > I know we're on our way to get rid of changes, but meanwhile after > installing my Metacello config I end up with an image of 40me