[ 
https://issues.apache.org/jira/browse/HBASE-5064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172393#comment-13172393
 ] 

nkeywal commented on HBASE-5064:
--------------------------------

I've seen something. If it's not the problem, it is a problem.

On hadoop QA, we have
max user processes              (-u) 2048

Try this on you computer:
ulimit -u 256
Then run a test such as TestAdmin
You will have a nice java.lang.OutOfMemoryError: unable to create new native 
thread


This because this limit controls not only the number of processes but as well 
the number of native threads.

We should have this set to a much bigger value.




                
> use surefire tests parallelization
> ----------------------------------
>
>                 Key: HBASE-5064
>                 URL: https://issues.apache.org/jira/browse/HBASE-5064
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: 5064.patch, 5064.patch, 5064.v2.patch, 5064.v3.patch, 
> 5064.v4.patch, 5064.v5.patch, 5064.v6.patch, 5064.v7.patch
>
>
> To be tried multiple times on hadoop-qa before committing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to