Skip to content

Conversation

meisterT
Copy link
Member

No description provided.

At least on modern debian installations, you still see the adjustment,
so it makes sense to keep it:
```
$ cat /etc/debian_version ; echo ; cat /proc/$(pgrep sshd)/oom_score_adj

13.1

-1000
```
@meisterT meisterT requested a review from eldering October 12, 2025 11:38
Also make move variable declarations locally to help with understanding
the code without jumping around in the file, as well as some minor
readability improvements.

"/proc/self/oom_adj" has been introduced in Linux kernel commit
a63d83f427fbce97a6cea0db2e64b0eb8435cd10 and is available since kernel
version 2.6.36, so no need to support both anymore.
sed -i 's/"squizlabs\/php_codesniffer": "3.11.3"/"squizlabs\/php_codesniffer": "^3.13.0"/g' /app/composer.json
sed -i 's/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^3.13.3"/g' /app/composer.json
echo "After /app/composer.json:"
cat /app/composer.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just upload this as an artifact?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants