https://bugs.koozali.org/show_bug.cgi?id=11890
Bug ID: 11890
Summary: update occ
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-nextcloud
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
update occ to use -d apc.enable_cli=1
and also see if cron and other script could call it instead of redefining
everywhere a lot of configs
#!/bin/bash
cd /usr/share/nextcloud
sudo -u www -s /usr/bin/php74 --define memory_limit=512M occ $@
could become
#!/bin/bash
cd /usr/share/nextcloud
runuser -u www -s /usr/bin/php74 -d memory_limit=1024M -d apc.enable_cli=1
/usr/share/nextcloud/occ "$@"
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/