File tree 3 files changed +18
-3
lines changed
test/failure_handler/src/share/conf
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2015, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -62,6 +62,7 @@ environment=\
62
62
users.current users.logged users.last \
63
63
disk \
64
64
env \
65
+ ulimit \
65
66
system.dmesg system.sysctl \
66
67
process.top process.ps \
67
68
memory.free memory.vmstat.default memory.vmstat.statistics \
@@ -83,6 +84,10 @@ disk.args=-h
83
84
84
85
env.app =env
85
86
87
+ ulimit.app =bash
88
+ ulimit.args =-c\0ulimit -a
89
+ ulimit.args.delimiter =\0
90
+
86
91
system.dmesg.app =dmesg
87
92
system.sysctl.app =sysctl
88
93
system.sysctl.args =-a
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2015, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -71,6 +71,7 @@ environment=\
71
71
users.current users.logged users.last \
72
72
disk \
73
73
env \
74
+ ulimit \
74
75
system.dmesg system.sysctl \
75
76
process.ps process.top \
76
77
memory.vmstat \
@@ -91,6 +92,10 @@ disk.args=-h
91
92
92
93
env.app =env
93
94
95
+ ulimit.app =bash
96
+ ulimit.args =-c\0ulimit -a
97
+ ulimit.args.delimiter =\0
98
+
94
99
system.dmesg.app =dmesg
95
100
system.sysctl.app =sysctl
96
101
system.sysctl.args =-a
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2015, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -66,6 +66,7 @@ environment=\
66
66
users.current users.logged \
67
67
disk \
68
68
env \
69
+ ulimit \
69
70
system.events.system system.events.application system.os \
70
71
process.top process.ps process.tasklist \
71
72
memory.free memory.vmstat.default memory.vmstat.statistics \
@@ -84,6 +85,10 @@ disk.args=-h
84
85
85
86
env.app =env
86
87
88
+ ulimit.app =bash
89
+ ulimit.args =-c\0ulimit -a
90
+ ulimit.args.delimiter =\0
91
+
87
92
system.events.app =powershell
88
93
system.events.delimiter =\0
89
94
system.events.system.args =-NoLogo\0-Command\0Get-EventLog System -After (Get-Date).AddDays(-1) | Format-List
You can’t perform that action at this time.
0 commit comments