[SAC] [OSGeo] #3017: Optimize speed of nextcloud
OSGeo
trac_osgeo at osgeo.org
Thu Nov 2 10:17:19 PDT 2023
#3017: Optimize speed of nextcloud
----------------------+---------------------------------------
Reporter: robe | Owner: sac@…
Type: task | Status: closed
Priority: normal | Milestone: Sysadmin Contract 2023-I
Component: SysAdmin | Resolution: fixed
Keywords: |
----------------------+---------------------------------------
Comment (by robe):
I also made adjustments to the postgresql config as suggested here -
https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/linux_database_configuration.html
/etc/php/8.1/fpm/conf.d/20-pgsql.ini
was this
{{{
; configuration for php pgsql module
; priority=20
extension=pgsql.so
}}}
after changed to
{{{
; configuration for php pgsql module
; priority=20
extension=pdo_pgsql.so
extension=pgsql.so
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
}}}
also noted these changes in https://git.osgeo.org/gitea/sac/osgeo7/wiki
/Nextcloud-Ubuntu-Setup
and in git local repo
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/3017#comment:2>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list