Skip to content

Commit

Permalink
[pref] Merge gc perferences from fennec
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Nov 3, 2015
1 parent 325ed5a commit 4f8b7b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -290,6 +290,9 @@ pref("javascript.options.mem.gc_high_frequency_low_limit_mb", 10);
pref("javascript.options.mem.gc_low_frequency_heap_growth", 105);
pref("javascript.options.mem.high_water_mark", 16);
pref("javascript.options.mem.gc_allocation_threshold_mb", 3);
pref("javascript.options.mem.gc_decommit_threshold_mb", 1);
pref("javascript.options.mem.gc_min_empty_chunk_count", 1);
pref("javascript.options.mem.gc_max_empty_chunk_count", 2);

pref("font.size.inflation.minTwips", 120);

Expand Down

0 comments on commit 4f8b7b2

Please sign in to comment.