We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02f52a5 + 248cdf9 commit a5c0fb1Copy full SHA for a5c0fb1
1 file changed
resources/openjdk/diagnostics/killjava
@@ -36,7 +36,7 @@ end
36
37
begin
38
Kill.log("#{__FILE__} attempting to kill Java processes",
39
- `pkill -9 -a -l -f .*-XX:OnOutOfMemoryError=.*#{File.basename(__FILE__)}`)
+ `pkill -9 -f .*-XX:OnOutOfMemoryError=.*#{File.basename(__FILE__)}`)
40
rescue => e
41
Kill.log("#{__FILE__} failed with exception", "#{e.inspect}, #{e.backtrace}\n")
42
abort e.message
0 commit comments