[Box-Admins] Re: squeaksource.com image update (was: Does source.squeak.org have the socket leak problem?)

Frank Shearar frank.shearar at gmail.com
Sat Oct 19 07:02:22 UTC 2013


On 18 October 2013 21:17, David T. Lewis <lewis at mail.msen.com> wrote:
>> On Fri, Oct 18, 2013 at 12:59 PM, David T. Lewis <lewis at mail.msen.com>
>> wrote:
>>> At this point, the SqueakSource code in our squeaksource.com image
>>> should be identical to that of our source.squeak.org image. If I fix
>>> anything, I'll certainly commit the changes, but someone else fixed the
>>> socket leak problem and all I did is get squeaksource.com updated to
>>> take
>>> advantage of those fixes.
>>
>> What are those fixes?  I would like to ensure they're part of the
>> new-trunk SS image at box4.squeak.org:8888.
>>
>
> I do not know what the fixes were, and I cannot say if they were fixes to
> SqueakSource, Seaside, or something in Squeak itself. I would certainly
> expect that the new image you are preparing on box4 will already contain
> the necessary fixes, but the only way find out for sure is to keep an eye
> on your new image and watch for socket leaks. That's just a matter of
> watching /proc/<squeakpid>/fd/* and looking at how many sockets are open.
> If the number grows over time, that's not good. If the total number of
> open file descriptors approaches 1024, it is a Very Bad Thing.

Obviously you want to address the root cause - leaking descriptors -
but a mitigation is to up the fd quota through
/etc/security/limits.conf

frank

> Dave
>
>


More information about the Box-Admins mailing list