96 |
cd /usr/share/nextcloud |
cd /usr/share/nextcloud |
97 |
-sudo -u www -s /usr/bin/php72 --define memory_limit=512M occ $@ |
-sudo -u www -s /usr/bin/php72 --define memory_limit=512M occ $@ |
98 |
+sudo -u www -s /usr/bin/php73 --define memory_limit=512M occ $@ |
+sudo -u www -s /usr/bin/php73 --define memory_limit=512M occ $@ |
99 |
|
diff -Nur smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/opt/remi/php73/php.d/20-opcache.ini/10base smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/opt/remi/php73/php.d/20-opcache.ini/10base |
100 |
|
--- smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/opt/remi/php73/php.d/20-opcache.ini/10base 1969-12-31 19:00:00.000000000 -0500 |
101 |
|
+++ smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/opt/remi/php73/php.d/20-opcache.ini/10base 2018-03-20 07:10:08.000000000 -0400 |
102 |
|
@@ -0,0 +1,7 @@ |
103 |
|
+opcache.enable=1 |
104 |
|
+opcache.enable_cli=1 |
105 |
|
+opcache.interned_strings_buffer=8 |
106 |
|
+opcache.max_accelerated_files=10000 |
107 |
|
+opcache.memory_consumption=128 |
108 |
|
+opcache.save_comments=1 |
109 |
|
+opcache.revalidate_freq=1 |