2 lines
84 B
Bash
2 lines
84 B
Bash
# Core dump creation for troubleshooting apache
|
|
ulimit -c unlimited >/dev/null 2>&1
|
# Core dump creation for troubleshooting apache
|
|
ulimit -c unlimited >/dev/null 2>&1
|