Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is growing RSS something to worry about.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fedor Indutny  
View profile  
 More options Oct 11 2012, 7:54 am
From: Fedor Indutny <fe...@indutny.com>
Date: Thu, 11 Oct 2012 18:53:53 +0700
Local: Thurs, Oct 11 2012 7:53 am
Subject: Re: [nodejs] Is growing RSS something to worry about.

Hi,

std::bad_alloc isn't happening anymore because it was addressed in this
commit:
https://github.com/joyent/node/commit/4165f736e65215bc39b381865820220...

RSS size depends on what you're actually doing, TLS server may eat much
more memory than HTTP one, and just TCP server may eat even less.

Cheers,
Fedor.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Noordhuis  
View profile  
 More options Oct 11 2012, 7:59 am
From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Thu, 11 Oct 2012 13:59:35 +0200
Local: Thurs, Oct 11 2012 7:59 am
Subject: Re: [nodejs] Is growing RSS something to worry about.

That std::bad_alloc you got may have been caused (or rather: fixed) by
[1] which is pending a back-port to v0.8.

Regarding buffers, until last night[2] their sizes were not reported
properly in heap snapshots. That may not apply to mdb though, I don't
know if it uses the heap profiler API.

[1] https://github.com/joyent/node/commit/7bd84de
[2] https://github.com/joyent/node/commit/6a128e0


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Noordhuis  
View profile  
 More options Oct 11 2012, 8:02 am
From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Thu, 11 Oct 2012 14:02:35 +0200
Local: Thurs, Oct 11 2012 8:02 am
Subject: Re: [nodejs] Is growing RSS something to worry about.

On Thu, Oct 11, 2012 at 1:59 PM, Ben Noordhuis <i...@bnoordhuis.nl> wrote:
> That std::bad_alloc you got may have been caused (or rather: fixed) by
> [1] which is pending a back-port to v0.8.

Belay that, Isaac back-ported it in v0.8.10. That's probably why it
was failing in 0.8.9 and working with 0.8.11.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nico Kaiser  
View profile  
 More options Oct 11 2012, 8:55 am
From: Nico Kaiser <n...@kaiser.me>
Date: Thu, 11 Oct 2012 05:55:20 -0700 (PDT)
Local: Thurs, Oct 11 2012 8:55 am
Subject: Re: [nodejs] Is growing RSS something to worry about.

Hi!

Maybe this is related:
https://github.com/einaros/ws/issues/43

Some users experience high RSS usage which does not shrink. Maybe node
fails to properly free RSS memory used by buffers, so the process will use
all memory it can get over the time (some days), though it does not crash
but have a rather constant memory consumption.

Nico

Am Donnerstag, 11. Oktober 2012 13:54:23 UTC+2 schrieb Fedor Indutny:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jaan Oras  
View profile  
 More options Oct 12 2012, 3:01 pm
From: Jaan Oras <jaan.o...@gmail.com>
Date: Fri, 12 Oct 2012 12:01:56 -0700 (PDT)
Local: Fri, Oct 12 2012 3:01 pm
Subject: Re: [nodejs] Is growing RSS something to worry about.

Hi

I've tried to 0.8.9 and I get consistent crashes, with 0.8.11 I dont get
crashes, so I guess the crashing part is fixed. The RSS still grows but
finally stops at some point(about 700MB for 32bit process), but it is still
weird that sometimes after the same loadtest RSS is 700MB sometimes 250MB.

I guess it is not problem for me at the moment, but I figure that this kind
of behaviour is quite limiting for people using cluster module.

0.8.12 claims to display proper retained size of buffer, I'll see what it
shows.

Jaan Oras


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »