Skip to content

Commit a5c0fb1

Browse files
author
Glyn Normington
committed
Merge 51899933-Play-container to master
[#51899933]
2 parents 02f52a5 + 248cdf9 commit a5c0fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/openjdk/diagnostics/killjava

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end
3636

3737
begin
3838
Kill.log("#{__FILE__} attempting to kill Java processes",
39-
`pkill -9 -a -l -f .*-XX:OnOutOfMemoryError=.*#{File.basename(__FILE__)}`)
39+
`pkill -9 -f .*-XX:OnOutOfMemoryError=.*#{File.basename(__FILE__)}`)
4040
rescue => e
4141
Kill.log("#{__FILE__} failed with exception", "#{e.inspect}, #{e.backtrace}\n")
4242
abort e.message

0 commit comments

Comments
 (0)