9
6
Fork
You've already forked deploy
1

PHP limits for systems with < 1GB memory #6

Open
opened 2024年12月04日 23:20:30 +01:00 by fkooman · 0 comments
MAX_CHILDREN=$(((TOTAL_MEM - 512) / PROC_MEM))

If the MAX_CHILDREN variable becomes negative, funny things happen, i.e. php-fpm does not want to start.

``` MAX_CHILDREN=$(((TOTAL_MEM - 512) / PROC_MEM)) ``` If the `MAX_CHILDREN` variable becomes negative, funny things happen, i.e. `php-fpm` does not want to start.
Sign in to join this conversation.
No Branch/Tag specified
v3
wg-only
v4
v2
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eduVPN/deploy#6
Reference in a new issue
eduVPN/deploy
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?