Increase PHP memory limit for DevContainer to 512mb Jun 24, 2024 .github chore(CODEOWNERS): do not spam backenders with frontend PRs related t… Mar 5, 2025 .idea chore: Add SPDX header May 31, 2024 .reuse ci(reuse): Fix translation reuse mapping Jan 24, 2025 .tx chore(profile): ...
Increase PHP memory limit for DevContainer to 512mb 8个月前 .github ci(autochecks): Run some autochecks also on non-PHP files 12天前 .idea chore: Add SPDX header 9个月前 .reuse ci(reuse): Fix translation reuse mapping 1个月前
Increase PHP memory limit for DevContainer to 512mb Jun 24, 2024 .github chore(github): Update groupware code owners Dec 23, 2024 .idea chore: Add SPDX header May 31, 2024 .reuse docs: Adjust taiwan translators Nov 12, 2024 .tx chore(profile): move profile app from core to apps Nov ...
/opt/etc/http://php.in是php的基本配置。 memory_limit=8M doc_root="/opt/share/www" upload_max_filesize=2M 这几个关键配置需要修改。其中,doc_root与多用户使用有关,设置后可能会导致fastcgi路径解析出错。 memory_limit=64M doc_root="" upload_max_filesize=8M Nginx/PHP对接 nginx和php8对接通过在...
1、安装PHP8.0 我的系统环境是debian11其他的类似 1.1 安装php8.0 并卸载php7.4 apt remove php7.4* -y apt autoclean apt autoremove add-apt-repository ppa:ondrej/php apt update -y apt install php8.0 -y 1.2 安装php扩展 apt install -y php8.0 libapache2-mod-php8.0 php8.0-mysql php-common php...
max_execution_time = 0 #默认是30秒,改为0,表示没有上传时间限制 memory_limit = 1024M post_max_size = 10240M upload_max_filesize = 10240M #上传缓存目录,默认是本机的/tmp。推荐设置到与/mnt/data相同硬盘的目录 upload_tmp_dir = 1. 2. 3. 4. 5. 6. 7. nano保存并退出: Ctrl + X Y...
memory_limit=2048M upload_max_filesize=70G post_max_size=70G max_input_time=6400 max_execution_time=6400 output_buffering=0 upload_tmp_dir =/nextcloud_tmp file_uploads =On /mnt/user/appdata/nextcloud/www/nextcloud/config/config.php
Build(deps): Bump aws/aws-sdk-php from 3.311.2 to 3.324.13 (3rdparty#1965) Ci(deps): Bump actions/checkout from 4.2.0 to 4.2.2 (3rdparty#1966) Build(deps): Bump mlocati/ip-lib from 1.18.0 to 1.18.1 (3rdparty#1968) Ci: Increase dependabot limit to 20 (3rdparty#1973) Build...
sudo nano /etc/php.ini Set the appropriate time zone and memory limit. If you want, you can use -1 as the memory limit, which will remove the limits on the amount of memory a script may consume. Uncomment and set 0 to the value of cgi.fix_pathinfo and increase the file upload limi...
sudo -u wwwrun php -d memory_limit=512M ./occ app:update --all Of course, alternatively you could increase memory usage and PHP time-outs by default, see the Nextcloud documentation. Additional troubleshooting tips can be found here.Releases...