Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-08-04 Thread Stéphane Ducasse
Phil do you have some scripts to load these packages because we have problems to reproduce your problems. We cleaned some places but we are blind. Stef

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-31 Thread Mariano Martinez Peck
hehehe I did know about the executors, but I didn't know about the WeakRegistry, I always thought it was only the #default instance :) BTW, I have just send an email about the 200MB image... Cheers, On Wed, Jul 31, 2013 at 10:48 AM, Mariano Martinez Peck marianop...@gmail.com wrote: Guys, I

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-30 Thread Marcus Denker
On Jul 29, 2013, at 7:31 PM, p...@highoctane.be wrote: The image and the changes file are here: (uploading... will take a while - 30 min or so) https://www.dropbox.com/sh/wfxep3jm5v27szt/5keLUTFvGz Ok, I downloaded them. Marcus

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-30 Thread p...@highoctane.be
the changes file contained passwords and I replaced the text. So offsets may be wrong due to that. Memorymonitor is not doing fanct stuff. It just counts instances. Phil On Tuesday, July 30, 2013, Marcus Denker marcus.den...@inria.fr wrote: On Jul 30, 2013, at 11:31 AM, Igor Stasenko

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-30 Thread p...@highoctane.be
FWIW I only installed configurations the standard way. On Tuesday, July 30, 2013, Marcus Denker marcus.den...@inria.fr wrote: On Jul 30, 2013, at 11:31 AM, Igor Stasenko siguc...@gmail.com wrote: On 30 July 2013 10:51, Marcus Denker marcus.den...@inria.fr wrote: On Jul 29, 2013, at 7:31 PM,

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Sebastian Tleye
Mmm, so i'm not sure. I remember, when i had this problem, i was using directly changeSets, i solved the problem doing FileIn entire file instead of Install into a new change set (when you drag a changeset into Pharo). But it was like a random bug since i haven't had that problem again (even using

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Sebastian Tleye
What also happened to me, is that, each time i saved the image (even if i did nothing), the image was growing its size. 2013/7/29 Sebastian Tleye stl...@gmail.com Mmm, so i'm not sure. I remember, when i had this problem, i was using directly changeSets, i solved the problem doing FileIn

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Sebastian Tleye
Try loading the packages each one at time, and between packages save the image and check if it is growing. 2013/7/29 Sebastian Tleye stl...@gmail.com What also happened to me, is that, each time i saved the image (even if i did nothing), the image was growing its size. 2013/7/29 Sebastian

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
Yes, same for me here. I'll update my configuration to load everything in a fresh 2.0 and report the results. Thing is that loading that full configuration takes ages (GlorpDBX is taking 20 minutes to load...) and the VM gets the SmallInteger bug triggered with such a large config... I really

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Mariano Martinez Peck
On Mon, Jul 29, 2013 at 9:02 AM, p...@highoctane.be p...@highoctane.bewrote: Yes, same for me here. I'll update my configuration to load everything in a fresh 2.0 and report the results. Thing is that loading that full configuration takes ages (GlorpDBX is taking 20 minutes to load...) and

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
I did. No significant change. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Clément Bera
A possibility would be the AST cache. During development, if you do things like recompileAll or load packages the AST cache can grow the image size up to 300 Mo. But this cache is deleted when saving quitting the image. Did you save and quit the image before looking at the memory size ? It

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
Yes, I did. I do regular saves and then a final save and quit. How can I know if the AST cache is large in a running image? Phil On Mon, Jul 29, 2013 at 3:53 PM, Clément Bera bera.clem...@gmail.comwrote: A possibility would be the AST cache. During development, if you do things like

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Marcus Denker
On Jul 29, 2013, at 4:08 PM, p...@highoctane.be p...@highoctane.be wrote: Yes, I did. I do regular saves and then a final save and quit. How can I know if the AST cache is large in a running image? This can not happen in 2.0, as method #ast has not senders. #parseTree does not cache.

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread Stéphane Ducasse
Look at the top consumers, especially the Semaphore thing. It is way beyond whatever was expected. There is something wrong there. There must be a leak of Points, MorphExtensions and I can't just figure out why there are so many Floats. MorphExtension should only be referenced by the

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
The image and the changes file are here: (uploading... will take a while - 30 min or so) https://www.dropbox.com/sh/wfxep3jm5v27szt/5keLUTFvGz Phil On Mon, Jul 29, 2013 at 5:06 PM, Sebastian Tleye stl...@gmail.com wrote: Yes please (if it is not too much work :) ) I would like to check