question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Too many open files

See original GitHub issue

after 1 minute i recieve

Error while indexing content from [java.io.FileNotFoundException: /mypath/462EEDC50AA7464EC1257A1C0024EF58.txt (Too many open files), /mypath]
Exception in thread "fs-crawler" java.lang.NullPointerException
    at fr.pilato.elasticsearch.crawler.fs.FsCrawlerImpl$FSParser.run(FsCrawlerImpl.java:320)
    at java.lang.Thread.run(Thread.java:745)

I’m trying to indexing ~6TB of data How can i fix this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dadoonetcommented, Sep 19, 2016

Awesome! Thanks for reporting and confirming!

0reactions
ernestoarbitriocommented, Sep 19, 2016

Good, it seems working now! TY

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Solve the “Too Many Open Files” Error on Linux
If you've ever seen the “Too many files open” error message in a terminal window or found it in your system logs, it...
Read more >
How to Fix the 'Too Many Open Files' Error in Linux?
Very often 'too many open files' errors occur on high-load Linux servers. It means that a process has opened too many files (file ......
Read more >
Fixing the “Too many open files” Error in Linux - Baeldung
Fixing the “Too many open files” Error in Linux ; A process has three file descriptors open by default, denoted by 0 for...
Read more >
Too many files open (UNIX and Linux) - IBM
The Too many open files message occurs on UNIX and Linux operating systems. The default setting for the maximum number of open files...
Read more >
How to solve "Too many Open Files" in Java applications
The error Java IOException “Too many open files” can happen on high-load servers and it means that a process has opened too many...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found