Actions
Bug #12505
closedIncrease memory usage on test-all from r55297
Bug #12505:
Increase memory usage on test-all from r55297
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.0dev (2016-06-18 trunk 55443) [x86_64-darwin15]
Description
Some CI instances have Cannot allocate memory - fork(2) issue.
ex.
http://rubyci.s3.amazonaws.com/debian8/ruby-trunk/log/20160618T093002Z.fail.html.gz
http://rubyci.s3.amazonaws.com/centos7/ruby-trunk/log/20160618T100002Z.fail.html.gz
These instances have 1GB RAM. But this issue does not happen before r55297 or r55298.
Doese anyone know cause of this issue?
Updated by hsbt (Hiroshi SHIBATA) almost 10 years ago
- Status changed from Open to Closed
- Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONTNEED
It's fixed at r55473 and r55474
Actions