apply the slab_defrag patch to the nginx core by default.

This commit is contained in:
Yichun Zhang (agentzh)
2014-05-06 13:16:59 -07:00
parent 9c3a123035
commit 1dbd0b24d2
2 changed files with 104 additions and 0 deletions

View File

@ -242,6 +242,10 @@ echo "$info_txt applying the setting_args_invalidates_uri patch for nginx $ver"
patch -p1 < $root/patches/nginx-$ver-setting_args_invalidates_uri.patch || exit 1
echo
echo "$info_txt applying the slab_defrag patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-slab_defrag.patch || exit 1
echo
rm -f *.patch || exit 1
cd .. || exit 1