Project

General

Profile

Actions

Bug #11516

closed

run-make-check.sh should check ulimits

Added by Loïc Dachary almost 9 years ago. Updated almost 9 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

it will run nproc / 2 simultaneous tests and the nofile value should be raised to ~16k. These are the relevant files on fedora.

[loic@rex003 ~]$ cat /etc/security/limits.d/ubuntu.conf 
    ubuntu hard nofile 16384
[loic@rex003 ~]$ cat /etc/security/limits.d/90-nproc.conf
it doesn't do so directly
*       soft    nproc     16000
root       soft    nproc     unlimited

Actions #1

Updated by Greg Farnum almost 9 years ago

It would be nice if simply invoking "make check" on your own got a similar check as well, for those invoking it manually.

Actions #2

Updated by Loïc Dachary almost 9 years ago

  • Regression set to No

greg reports it can use +1024 threads even with make check and no -jX

Actions #3

Updated by Loïc Dachary almost 9 years ago

davidz reports that disabling lttng resolved a hang that we initially thought could be related to hitting the ulimits. however greg was running without lttng when he hit the nofile limit

Actions #4

Updated by Loïc Dachary almost 9 years ago

  • Status changed from 12 to Duplicate

see #11532

Actions

Also available in: Atom PDF