Changes between Initial Version and Version 1 of Ticket #16107, comment 2
- Timestamp:
- 01/05/11 13:19:47 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16107, comment 2
initial v1 1 FYI: I had a single error reporting line that was 21.7 MB, the whole file about 2.4 GB within less than a week. It's basically because of a large option value, which seems valid to me by database definition as those are LONGTEXT (L + 4 bytes, where L < 2^32 ) so somewhat up to 4 GB is available for each option value if I'm correct (WP limits this to 256MB in the admin).1 FYI: I had a single error reporting line that was 21.7 MB, the whole file about 2.4 GB within less than a week. It's basically because of a large option value, which seems valid to me by database definition as those are LONGTEXT (L + 4 bytes, where L < 2^32^) so somewhat up to 4 GB is available for each option value if I'm correct (WP limits this to 256MB in the admin).
