Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Memory Leak #9

Open
master-lincoln opened this issue Jan 23, 2012 · 1 comment
Open

Memory Leak #9

master-lincoln opened this issue Jan 23, 2012 · 1 comment
Labels

Comments

@master-lincoln
Copy link
Member

Each time the website is parsed the memory usage increases.

@master-lincoln
Copy link
Member Author

I found a post discussing about this issue. Possible solutions are:

  • use a new process each time we parse and let it die when done
  • use only one jsdom object and exchange the document content (e.g. with jquery and ajax)

I will have a look into implementing the second approach...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant