We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.3 on FreeBDF
salt-minion 3006.5 (Sulfur)
--- php: version: 8.3
/tmp/sess_3feb24ddb4cc09b051e3c0f09486b046 /tmp/sess_21728c8ea457439fcefeb886c42063fa /tmp/sess_a8f17e831566f72c767b3f9880252dcf /tmp/sess_b7043455a7949dadd95168a68bb6bffd
Millions of them.
# find /tmp -name 'sess_*' | wc -l 5570964
Leave the formula as it is. Wait.
GC works.
--- php: version: 8.3 ini: defaults: Session: session.gc_probability: 1 session.gc_divisor: 100
To really speed things up for testing:
--- php: version: 8.3 ini: defaults: Session: session.gc_probability: 1 session.gc_divisor: 1 session.gc_maxlifetime: 10
Now the number goes steadily down. :-)
# find /tmp -name 'sess_*' | wc -l 5118795 # find /tmp -name 'sess_*' | wc -l 4908084
https://www.php.net/manual/en/session.configuration.php#ini.session.gc-probability
The text was updated successfully, but these errors were encountered:
alxwr
No branches or pull requests
Your setup
Formula commit hash / release tag
PHP 8.3 on FreeBDF
Versions reports (master & minion)
salt-minion 3006.5 (Sulfur)
Pillar / config used
Bug details
Describe the bug
Millions of them.
Steps to reproduce the bug
Leave the formula as it is. Wait.
Expected behaviour
GC works.
Attempts to fix the bug
To really speed things up for testing:
Now the number goes steadily down. :-)
Additional context
https://www.php.net/manual/en/session.configuration.php#ini.session.gc-probability
The text was updated successfully, but these errors were encountered: