Eclipse crashes with “Unable to create new native thread” - any ideas? (my settings and info inside)

前端 未结 2 1188
春和景丽
春和景丽 2021-01-01 19:18

I\'m having trouble with Eclipse routinely crapping out on me (and being generally sluggish) and I was wondering if anyone could give me any insight. The message that gets t

2条回答
  •  春和景丽
    2021-01-01 20:16

    I also had trouble with Eclipse Luna on Fedora 20. I've read a lot about different memory options and still couldn't figure out the problem. It drove me crazy.

    Finally I realized that by default, the number of processes a regular user can have on Fedora is very limited. Content of limits.d/90-nproc.conf:

    *          soft    nproc     1000
    

    Raising this to 5000 fixed my "Unable to create new native thread" problems.

提交回复
热议问题