On Fri, 20 Mar 2020 at 12:42, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Fri, Mar 20, 2020 at 03:29:47AM +0530, Naresh Kamboju wrote:
hugemmap05.c:89: BROK: mmap((nil),402653184,3,1,6,0) failed: ENOMEM (12) tst_safe_sysv_ipc.c:99: BROK: hugemmap05.c:85: shmget(218431587, 402653184, b80) failed: ENOMEM (12)
Running with 50*40 (== 2000) tasks. fork() (error: Resource temporarily unavailable) Running with 20*40 (== 800) tasks. pthread_create failed: Resource temporarily unavailable (11)
On 5.4.27-rc3 the above report problem not reproduced. I have re-tested multiple times to confirm this.
- Naresh