[Pharo-project] Memory usage

2012-07-23 Thread jannik.laval
Dear pharoers, We are loading really big models in the Moose software analysis platform. This generate a lot of small objects and with the biggest model, we approach the limit of 2Gb of the VM. Is it possible for anyone who knows the VM to add extra memory space ? Going to 4Gb or maybe 8Gb

[Pharo-project] how to find the memory size of an object graph

2012-07-23 Thread Tudor Girba
Hi, I have some problems with memory consumption in a Moose model. However, I do not quite know where the memory is spent. To solve this, I would need to know the amount of space occupied by the objects (and all the referenced objects subgraphs). I found ObjectsizeInMemory, but this only shows

Re: [Pharo-project] how to find the memory size of an object graph

2012-07-23 Thread Mariano Martinez Peck
On Mon, Jul 23, 2012 at 9:45 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I have some problems with memory consumption in a Moose model. However, I do not quite know where the memory is spent. Even if it is not 100% about YOUR object graph, maybe space tally helps you? Once you have the

[Pharo-project] Change in MCCacheRepository that affects Metacello loading

2012-07-23 Thread Mariano Martinez Peck
Hi Dale. http://code.google.com/p/pharo/issues/detail?id=6405 renames MCCacheRepository #default to #uniqueInstance. Therefore, to be able to bootstrap Metacello we need to change: ConfigurationOfMetacello class bootstrapPackage: aString from: aPath | repository version | repository :=

Re: [Pharo-project] fuelized test failures

2012-07-23 Thread Mariano Martinez Peck
On Fri, Jul 20, 2012 at 6:09 PM, Camillo Bruni camillobr...@gmail.comwrote: From now on all the test-failures are serialized on the build server. This allows us to quickly find the cause of a failing test: - download the .fuel file for the failing test Where can I find these .fuel of the

Re: [Pharo-project] fuelized test failures

2012-07-23 Thread Pavel Krivanek
in the Workspace of the job -- Pavel On Mon, Jul 23, 2012 at 10:22 AM, Mariano Martinez Peck marianop...@gmail.com wrote: On Fri, Jul 20, 2012 at 6:09 PM, Camillo Bruni camillobr...@gmail.com wrote: From now on all the test-failures are serialized on the build server. This allows us to

Re: [Pharo-project] [Moose-dev] Performance of text presentation in Glamour

2012-07-23 Thread Tudor Girba
Hmm, I would like to know the answer as well. As far as I can tell, the problem is given by transforming the String into Text, and this is done by PluggableTextMorph. Does anyone have a clue on how to proceed when we want to display a large amount of text in a Morph? Cheers, Doru On Mon, Jul

Re: [Pharo-project] how to find the memory size of an object graph

2012-07-23 Thread Stéphane Ducasse
On Jul 23, 2012, at 9:55 AM, Mariano Martinez Peck wrote: On Mon, Jul 23, 2012 at 9:45 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I have some problems with memory consumption in a Moose model. However, I do not quite know where the memory is spent. Even if it is not 100%

Re: [Pharo-project] Change in MCCacheRepository that affects Metacello loading

2012-07-23 Thread Stéphane Ducasse
may be we should rollback this changes because it is not mandatory. Stef On Jul 23, 2012, at 10:14 AM, Mariano Martinez Peck wrote: Hi Dale. http://code.google.com/p/pharo/issues/detail?id=6405 renames MCCacheRepository #default to #uniqueInstance. Therefore, to be able to bootstrap

[Pharo-project] Problem/ommission in Pharo 2.0?

2012-07-23 Thread Friedrich Dominicus
I don't know if that really is a problem. Hoewever in MCCacheRepository there is the default class side message missing. This is needed to load I guess any Metacello package. Regards Friedrich

Re: [Pharo-project] Problem/ommission in Pharo 2.0?

2012-07-23 Thread Guillermo Polito
The #default method was renamed to #uniqueInstance. The issue already has been forwarded to Dale to see how we can make metacello load again. Cheers, Guille On Mon, Jul 23, 2012 at 11:44 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: I don't know if that really is a problem.

Re: [Pharo-project] fuelized test failures

2012-07-23 Thread Mariano Martinez Peck
On Sun, Jul 22, 2012 at 11:11 AM, Marcus Denker marcus.den...@inria.frwrote: On Jul 22, 2012, at 10:00 AM, Stéphane Ducasse wrote: I love that scenario :) This is great that powerful tools let us imagine and build solutions that would not be possible before. Power to imagination… And

[Pharo-project] Who wants to do a Spec/Zinc/Fuel experiment? [WAS] Re: fuelized test failures

2012-07-23 Thread Mariano Martinez Peck
On Fri, Jul 20, 2012 at 6:09 PM, Camillo Bruni camillobr...@gmail.comwrote: From now on all the test-failures are serialized on the build server. This allows us to quickly find the cause of a failing test: - download the .fuel file for the failing test - materialize the .fuel in the image

Re: [Pharo-project] dirty package

2012-07-23 Thread Marcus Denker
On Jul 23, 2012, at 12:17 PM, Pavel Krivanek wrote: Hi, in the image 20231 on Jenkins there is a dirty package KernelTests. this is fixed in 20232... we really need to get jenkins again to automatically update. -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] athens for strikefonts

2012-07-23 Thread Igor Stasenko
Hi, Tudor all. Yes. i will work on that in closest days.. but first i need to finish with the VM update/upgrade cycle, so we could have a better prepared VMs for Athens, SSL on Windows. On 22 July 2012 22:04, Alexandre Bergel alexandre.ber...@me.com wrote: Ah okay. I understand now Alexandre

Re: [Pharo-project] athens for strikefonts

2012-07-23 Thread Tudor Girba
Sure. I was just pinging to make sure the point does not get lost :) Cheers, Doru On Mon, Jul 23, 2012 at 1:26 PM, Igor Stasenko siguc...@gmail.com wrote: Hi, Tudor all. Yes. i will work on that in closest days.. but first i need to finish with the VM update/upgrade cycle, so we could

Re: [Pharo-project] Cairo, VM?

2012-07-23 Thread Igor Stasenko
On 9 July 2012 14:31, Hilaire Fernandes hilaire.fernan...@edu.ge.ch wrote: I need to adjust the path to the Cairo lib. Some cleaning seems to be needed as nbLibraryNameOrHandle is redefined several time. Or do I misunderstand something with the Trait ? This trait used by multiple classes.

[Pharo-project] How to filter out method extensions in Ring?

2012-07-23 Thread Hernán Morales Durand
Hello all, You may help me on this one. I want to filter out method selectors which are extensions of a particular class. For example, in Pharo 1.4 the ArrayedCollection class has these selectors: ArrayedCollection selectors asSortedCollection I would want all of them except

Re: [Pharo-project] Memory usage

2012-07-23 Thread David T. Lewis
On Mon, Jul 23, 2012 at 09:26:18AM +0200, jannik.laval wrote: Dear pharoers, We are loading really big models in the Moose software analysis platform. This generate a lot of small objects and with the biggest model, we approach the limit of 2Gb of the VM. Is it possible for anyone who

Re: [Pharo-project] Memory usage

2012-07-23 Thread Tudor Girba
The prospect sounds exciting. Jannik, if you do manage to get this to work with Moose, it would be great to document it :) Cheers, Doru On Mon, Jul 23, 2012 at 2:15 PM, David T. Lewis le...@mail.msen.com wrote: On Mon, Jul 23, 2012 at 09:26:18AM +0200, jannik.laval wrote: Dear pharoers, We

Re: [Pharo-project] Cairo, VM?

2012-07-23 Thread Hilaire Fernandes
Le 23/07/2012 13:38, Igor Stasenko a écrit : This trait used by multiple classes. Should be everything ok.. but i will check I really have to hand edit in several place, and I am pretty sure it is not the intended goal of trait ;-) Not sure what went wrong. Hilaire

Re: [Pharo-project] Change in MCCacheRepository that affects Metacello loading

2012-07-23 Thread Dale Henrichs
Yeah, if you could hold off on that change for a bit (this is for Pharo-2.0 right?)...I might have a different solution for Pharo-2.0... Dale - Original Message - | From: Stéphane Ducasse stephane.duca...@inria.fr | To: Pharo-project@lists.gforge.inria.fr | Cc:

Re: [Pharo-project] Strange behavior of Metacello in Pharo 2.0

2012-07-23 Thread Dale Henrichs
Alexandre, Is utterly fail a technical term:)? Do you get a walkback? Do you get an error message? Mariano just posted a message on the Metacello list about changing the protocol on MCCacheDictionary that causes a MNU for #uniqueIntance during the bootstrapping process ... I think that for at

Re: [Pharo-project] [squeak-dev] CompiledMethod#hash broken on CogVM r2559, Win7, Squeak 4.3

2012-07-23 Thread Mariano Martinez Peck
On Mon, Jul 23, 2012 at 8:08 PM, Eliot Miranda eliot.mira...@gmail.comwrote: Hi Marcel, that's because the old hash method is broken. The Cog VM finally adds a correct bounds check that prevents byte access to the non-byte parts (literals) of a CompiledMethod. Accessing the literals of

Re: [Pharo-project] [squeak-dev] CompiledMethod#hash broken on CogVM r2559, Win7, Squeak 4.3

2012-07-23 Thread Eliot Miranda
On Mon, Jul 23, 2012 at 11:34 AM, Mariano Martinez Peck marianop...@gmail.com wrote: On Mon, Jul 23, 2012 at 8:08 PM, Eliot Miranda eliot.mira...@gmail.comwrote: Hi Marcel, that's because the old hash method is broken. The Cog VM finally adds a correct bounds check that prevents

Re: [Pharo-project] Change in MCCacheRepository that affects Metacello loading

2012-07-23 Thread Stéphane Ducasse
mariano can you create an issue and a fix so that we do not forget. stef On Jul 23, 2012, at 6:24 PM, Dale Henrichs wrote: Yeah, if you could hold off on that change for a bit (this is for Pharo-2.0 right?)...I might have a different solution for Pharo-2.0... Dale - Original