Skip to content

Commit 29bc6bc

Browse files
misterdjulesgibfahn
authored andcommitted
switch from global to per-process core dumps on SmartOS
This allows for controlling core files limits per process (e.g per tests). PR-URL: #894 Refs: nodejs/node#14013
1 parent d7fc4a7 commit 29bc6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/baselayout/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- name: change default coredump folder
2424
when: os|startswith("smartos")
25-
shell: coreadm -g /home/iojs/cores/core.%f.%p -e global
25+
shell: coreadm -i /home/iojs/cores/core.%f.%p -e process -d global
2626

2727
- name: disable sftp
2828
when: not os|startswith("win")

0 commit comments

Comments
 (0)