Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
base::allocator::ReleaseFreeMemory needs to be called every minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Aug 31, 2018
1 parent 0396bc3 commit 7050961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/browser/atom_browser_main_parts.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class AtomBrowserMainParts : public brightray::BrowserMainParts {
std::unique_ptr<NodeBindings> node_bindings_;
std::unique_ptr<AtomBindings> atom_bindings_;

base::OneShotTimer gc_timer_;
base::RepeatingTimer gc_timer_;
std::unique_ptr<base::MemoryPressureListener> memory_pressure_listener_;

// Members needed across shutdown methods.
Expand Down

0 comments on commit 7050961

Please sign in to comment.