remove exitcode -805306369
triggering oom
This commit is contained in:
parent
19ad98dda0
commit
5ae3046ee2
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ fn oom(log: &str) -> Issue {
|
||||||
"Allocating more RAM to your instance could help prevent this crash.".to_string(),
|
"Allocating more RAM to your instance could help prevent this crash.".to_string(),
|
||||||
);
|
);
|
||||||
|
|
||||||
let found = log.contains("java.lang.OutOfMemoryError") || log.contains("-805306369");
|
let found = log.contains("java.lang.OutOfMemoryError");
|
||||||
found.then_some(issue)
|
found.then_some(issue)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue