**SPIP**
# Article validated
The article "**\_SVP\_PAQUET\_MAX\_SIZE**
(https://www.spip.net/en_article6312.html)" was validated by
<multi>[ar]جورج[fr]George [en]George</multi>.
* * *
## \_SVP\_PAQUET\_MAX\_SIZE
Wednesday 13 May 2020 , by [jack](.././?page=auteur&id_auteur=593&)
The constant **`_SVP_PAQUET_MAX_SIZE`** defines the maximum size of an
archive fetched by the plug-in manager SVP. By default, this constant is
setat 64 MB.
You can customize this value in your file `config/mes_options.php` (see the
article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
Example :
// allow retrieval of over 64 MB of plug-ins
define
(http://www.php.net/define)
(
'_SVP_PAQUET_MAX_SIZE'
,
128
*
1048576
)
;
— Sent by SPIP (https://www.spip.net/)
