×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Mosaic session -- Too many open files

  • Posts: 365
  • Thank you received: 32
Tonight I'm in the process of my second mosaic (loving it clearly) ;) , but unfortunately ran into the "too many open files" issue with the offline solver again. Using the latest Kstars and INDI drivers. Might this be a problem in my astrometry installation?
6 years 5 months ago #20199

Please Log in or Create an account to join the conversation.

  • Posts: 365
  • Thank you received: 32
I guess you still want a log. :) I had the same problem as last time before you made a change to see if that would work.
6 years 5 months ago #20222

Please Log in or Create an account to join the conversation.

  • Posts: 1029
  • Thank you received: 301
You can check /proc/xxx/fd to get a list of running file handles per process pid (xxx). I believe your system should start to complain about a process and reject its open requests around 4K handles. If there is a leak somewhere in the code, you might be able to spot which pid has that many handle references, and thus find in which tool the problem is located. But it might just say "well it's indiserver", in which case a more contrived configuration may be needed to separate processes.

-Eric
The following user(s) said Thank You: Vincent Groenewold
6 years 5 months ago #20386

Please Log in or Create an account to join the conversation.

  • Posts: 365
  • Thank you received: 32
Thanks for the tip, I'll have a look into it probably tonight.
6 years 5 months ago #20403

Please Log in or Create an account to join the conversation.

Time to create page: 0.242 seconds