https://bugzilla.wikimedia.org/show_bug.cgi?id=28626

Brion Vibber <br...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |29784

--- Comment #26 from Brion Vibber <br...@wikimedia.org> 2011-07-11 21:45:00 UTC 
---
Per notes about memory usage from TranslateWiki (bug 29784) I've disabled
validation for file-backed JS modules by default in r91914.

Large libraries like jQuery & jQuery.ui when bundled up can hit the memory
limits sooner than we like; while the core jQuery survived at my default
setting, it would fail at 80M for me.


The primary target for validation is on-wiki pages that are editable, while
things on disk are provided with MediaWiki core & extensions and should already
be debugged, so they don't really need to be validated anyway.

This may still though die on largeish input from the wiki, so would be nice to
cut it down. PHP/Zend's in-memory representation of zvals is notoriously
inefficient, so the parse tree structure is likely super wasteful if it hasn't
been optimized specifically for memory.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to