Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Paul DeBruicker
You might try it with Eliot Miranda's VM from here: http://www.mirandabanda.org/files/Cog/VM/ On 09/25/2013 08:59 AM, Bernat Romagosa wrote: > It's a Pharo 1.4 image on this VM: > > 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: > 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, >

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
I've just realised my image weighs 301Mb! 2013/9/25 Bernat Romagosa > It's a Pharo 1.4 image on this VM: > > 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: > 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, > StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: > 8e0c2

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
It's a Pharo 1.4 image on this VM: 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, https://git.gitorious.org/cogvm/blesse

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Paul DeBruicker
Which image and vm ? On Sep 25, 2013, at 3:24 AM, Bernat Romagosa wrote: > Hmmm something weird just happened. I restarted Komanche, then when I saved > the image and the CPU rushed to 100%! > > > 2013/9/25 Janko Mivšek > Hi Bernat, > > I remember once having similar problems on Swazoo.

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
Hmmm something weird just happened. I restarted Komanche, then when I saved the image and the CPU rushed to 100%! 2013/9/25 Janko Mivšek > Hi Bernat, > > I remember once having similar problems on Swazoo. But on image restart. > If Swazoo was not stopped before image shutdown, image went into 1

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Janko Mivšek
Hi Bernat, I remember once having similar problems on Swazoo. But on image restart. If Swazoo was not stopped before image shutdown, image went into 100% CPU after restart. Something like that. It seems therefore that this is sockets related problem What if you stop your web server and start agai

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
Forgot to answer that I'm not using RFB. I had sooo many problems with it that since last year I've been using xpra instead, which lets you capture running X windows remotely over SSH. It's kind of like screen (not even remotely so powerful) but for GUIs. Cheers, Bernat. 2013/

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
Not really, the image is not being saved regularly... all data is stored in a neo4j database, so there's no need to save the image. It seems like it may have something to do with users uploading files in some particular moments, but I'm using Göran's file upload mechanism, in which files are strea

Re: [Pharo-users] Image taking up 100% CPU

2013-09-24 Thread Mariano Martinez Peck
Bernat, could this be triggered when you SAVE the image? If true, do you happen to have RFB running? On Tue, Sep 24, 2013 at 4:45 AM, Bernat Romagosa < tibabenfortlapala...@gmail.com> wrote: > Hi list, > > A couple months ago I deployed an Iliad application in a Debian VPS, which > has been work

[Pharo-users] Image taking up 100% CPU

2013-09-24 Thread Bernat Romagosa
Hi list, A couple months ago I deployed an Iliad application in a Debian VPS, which has been working great except for the fact that about every two weeks the image takes up 100% of the CPU and, of course, the app becomes unusable. Does anyone have a method for finding out what's going on? I've be