Closed
Bug 717092
Opened 14 years ago
Closed 14 years ago
Low-memory tracking pref names are inconsistent
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
References
Details
Attachments
(1 file)
|
3.34 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
From bug 670967 comment 11:
Oh geez:
+pref("memory.low_virtual_memory_threshold_mb", 128);
+pref("memory.low_physical_mem_threshold_mb", 0);
+pref("memory.low_physical_memory_notification_interval_ms", 10000);
Inconsistent use of "memory" vs. "mem"? jlebar, can you please do a follow-up fix to make them all use "memory"? Thanks.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #587525 -
Flags: review?(n.nethercote)
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → justin.lebar+bug
Updated•14 years ago
|
Attachment #587525 -
Flags: review?(n.nethercote) → review+
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•