[TYPO3-dev] Typo3 Performance

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Mon Mar 5 08:59:18 CET 2007


Dmitry Dulepov schrieb:
> 
>  > max_allowed_packet = 1M
> 
> You can try increasing this to 4M and see if it makes any difference. 
> Basically this is a limit for data transfer chunk. The larger it is, the 
> more data can be transfered through socket.

I thought this is only important to define the max. amount of bytes allowed 
for one "command". I had to increase it once on Windows for a large "mysql 
< data.sql" and have to increase it usually when dealing with real BLOBs 
(ie if you want to store 2MB in a BLOB you have to inc. max_allowed_packet 
to > 2MB).

Masi




More information about the TYPO3-dev mailing list