You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • It definitely seems like it's not using much - however it could have used up loads of memory while loading the webpage, failed, and then freed it - but if it had a problem allocating memory it normally would have said something.

    Just checked and that page does return 4845 bytes, which should fit into the available memory you have just fine.

    Maybe check that on('data',... is actually getting called? It might be it can't make a connection, or I guess it's possible the connection is never getting closed?

    ... but if it's never getting closed then you'd expect more memory to be used.

About

Avatar for Gordon @Gordon started