Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Web Hosting EKS - PHP 8.4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTDI Web Hosting
Container Images
Web Hosting EKS - PHP 8.4
Commits
5edfb44c
Commit
5edfb44c
authored
2 years ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
yet another attempt at stopping the core dumps
parent
142af2af
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/security/limits.d/disable-core-dumps.conf
+2
-2
2 additions, 2 deletions
etc/security/limits.d/disable-core-dumps.conf
usr/local/bin/docker-php-entrypoint-custom
+1
-0
1 addition, 0 deletions
usr/local/bin/docker-php-entrypoint-custom
with
3 additions
and
2 deletions
etc/security/limits.d/disable-core-dumps.conf
+
2
−
2
View file @
5edfb44c
# Disable core dumps since php-fpm's
# setting doesn't seem to be enough
*
hard
core
0
*
soft
core
0
*
soft
core
0
*
hard
core
0
This diff is collapsed.
Click to expand it.
usr/local/bin/docker-php-entrypoint-custom
+
1
−
0
View file @
5edfb44c
...
...
@@ -16,4 +16,5 @@ else
fi
# Launch the actual entrypoint script for this container
ulimit
-c
0
.
/usr/local/bin/docker-php-entrypoint
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment