Skip to content

Commit f34ed72

Browse files
author
Julien Gilli
committed
switch from global to per-process core dumps on SmartOS
This allows for controlling core files limits per process (e.g per tests). Ref: nodejs/node#14013
1 parent d7fc4a7 commit f34ed72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)