Re: [Newbies] Linux locks up when handling large data sets

2008-05-03 Thread johnps11
> Quoting [EMAIL PROTECTED]: > >> Hi Stan! > > Hi John, not confusing- an excellent response, thanks. > > With the memory option it also cruises on under Linux, until it freezes at > 70 > million objects. > > While it's still loading vmstat shows: > > procs ---memory-- ---swap-- --

Re: [Newbies] Linux locks up when handling large data sets

2008-05-03 Thread stan shepherd
David T. Lewis wrote: > > > > You are probably just growing your image to the point where the operating > system starts swapping. The image will appear to be unresponsive, but if > you interrupt it with period, it will eventually wake up and return > control to you. > David, my image doesn't

Re: [Newbies] Linux locks up when handling large data sets

2008-05-03 Thread squeak414
Quoting [EMAIL PROTECTED]: > Hi Stan! > > Have you tried using the -mmap option when starting Squeak? I notice that > according to the squeakvm man page: > > squeak uses a dynamic heap by default with the maximum size set to > 75% of the available virtual memory or 1 gigabyte, whichever is

[Newbies] Re: Best way to view many classes

2008-05-03 Thread Chris Kassopulo
On Sat, 03 May 2008 05:46:31 -0700, gruntfuttuck wrote: > Hi, > > More than a few times now I have played around with squeak. I keep > leaving and recently I have realized why: I find it easier to follow > code with in files than with a code browser. I can scroll a file fast > and even I have 10

Re: [Newbies] Best way to view many classes

2008-05-03 Thread cdrick
> > So my question is: what is the best way to follow and reference multiple > classes in multiple packages? I know I could open more than one class > browsers but that seems cumbersome. The best way to me right now is to use OB-Enhancement and the work David did... It should be in any dev imag

Re: [Newbies] Best way to view many classes

2008-05-03 Thread Randal L. Schwartz
> "gruntfuttuck" == gruntfuttuck <[EMAIL PROTECTED]> writes: gruntfuttuck> Hi, gruntfuttuck> More than a few times now I have played around with squeak. I gruntfuttuck> keep leaving and recently I have realized why: I find it easier gruntfuttuck> to follow code with in files than with a code

Re: [Newbies] Linux locks up when handling large data sets

2008-05-03 Thread David T. Lewis
On Fri, May 02, 2008 at 10:36:36PM +0200, [EMAIL PROTECTED] wrote: > Hi, I've been testing Squeak's ability to handle large amounts of data. This > snippet: > > testArrayFilling > | startTime endTime iArray jArray kArray | > iArray := Array ofSize: 100. > 1 > to: 10

[Newbies] Best way to view many classes

2008-05-03 Thread gruntfuttuck
Hi, More than a few times now I have played around with squeak. I keep leaving and recently I have realized why: I find it easier to follow code with in files than with a code browser. I can scroll a file fast and even I have 10 files open I still find it easer. So my question is: what is the b