[Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield()

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Nov 2022 11:43:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266873

--- Comment #6 from Oljas Kuzembaev <oljas@oml.su> ---
(In reply to edenist-fbz from comment #5)
Actually, yes. Simple upgrade changed nothing for me. Sorry for my false
positive post about php upgrade. It just delayed 100cpu for 3 days.
Anyhow, at the end I have changed whole environment. I am building pkgs in
poudriere, and a had to many options for all my ports.
I have deleted all options and defined only those, relevant for me. This time
in make.conf:


ALLOW_UNSUPPORTED_SYSTEM=yes
DEFAULT_VERSIONS+= samba=4.13 php=8.0
# OPTIONS ADD                   REASON
OPTIONS_SET+=AUTHNZ_LDAP        # www/apache
OPTIONS_SET+=BIND918            # net/samba
OPTIONS_SET+=CUPS               # net/samba
OPTIONS_SET+=IMAGICK            # www/Nextcloud
OPTIONS_SET+=IPV6
OPTIONS_SET+=GSSAPI_BASE        # dns/bind-tools
OPTIONS_SET+=LDAP               # www/Nextcloud
OPTIONS_SET+=PCNTL              # www/Nextcloud
OPTIONS_SET+=REDIS              # www/Nextcloud
OPTIONS_SET+=SMB                # www/Nextcloud
# OPTIONS REMOVE
OPTIONS_UNSET+=X11
OPTIONS_UNSET+=GSSAPI_NONE      # dns/bind-tools
# EVENT
WITH_MPM=EVENT                  # www/Apache


No other options set.
With this options nextcloud runs smooth for a week on 2 different hosts. And I
hope it will stay that way. I run on 13.1-RELEASE-p2 in 13.1 jail.

-- 
You are receiving this mail because:
You are the assignee for the bug.