Confirmed users, Bureaucrats and Sysops emeriti
419
edits
m (→Roundtable) |
|||
| Line 34: | Line 34: | ||
**** Will require exposing a fallible malloc somehow | **** Will require exposing a fallible malloc somehow | ||
**** May require adding methods or variants to string classes, for example. | **** May require adding methods or variants to string classes, for example. | ||
** We must run GC and purge caches before giving up or we will have false positive OOMs when tons of memory is not actually live. | |||
*** Need to monitor OS memory pressure and avoid getting close to these false OOMs. | |||
*** This was part of E10s, is it ready for Firefox 4? | |||