Skip to content

Instantly share code, notes, and snippets.

@nurettin
Created April 9, 2014 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nurettin/10233791 to your computer and use it in GitHub Desktop.
Save nurettin/10233791 to your computer and use it in GitHub Desktop.
mechanize memory hog
browser= Mechanize.new do |m|
m.history.max_size= 1
end
@mech.get "https://www.google.com"
@mech.history.clear
GC.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment