Skip to content

Commit

Permalink
#483: okay, let's try tuning Purple again now that 485 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Apr 27, 2018
1 parent d61e225 commit 591c176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/base/nsJSEnvironment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static const uint32_t kMaxICCDuration = 2000; // ms
// Force a CC after this long if there's more than NS_CC_FORCED_PURPLE_LIMIT
// objects in the purple buffer.
#define NS_CC_FORCED (2 * 60 * PR_USEC_PER_SEC) // 2 min
#define NS_CC_FORCED_PURPLE_LIMIT 9
#define NS_CC_FORCED_PURPLE_LIMIT 20

// Don't allow an incremental GC to lock out the CC for too long.
#define NS_MAX_CC_LOCKEDOUT_TIME (30 * PR_USEC_PER_SEC) // 30 seconds
Expand Down

0 comments on commit 591c176

Please sign in to comment.