Recent content by Max.Henri

  1. M

    Increase open files limit

    Yea the script isn't running at boot. The daemon doesn't start, and I checked the /proc/<pid>/limits, and it's still 1024 for the process. I did set the ulimit -n 2048 before ". /opt/etc/init.d/rc.func". But it appears the problem is fixed by running the entware package version of nzbget...
  2. M

    Increase open files limit

    I am sorry I totally missed that. The program in question is NZBGet. Now I have used the entware package for it, instead of the official version, and gotten a startup script for it in init.d. I added ulimit -n 2048 and ulimit -s 2048 to the end of the script, and I have added to...
  3. M

    Increase open files limit

    Guess I was too quick. Resets to 1024 once I close the terminal. All the conventional solutions like editing /etc/security/limits.conf or sysctl doesn't seem to be available, since those files aren't on the router.
  4. M

    Increase open files limit

    Got it. ulimit -n 2048 to get it to 2048 instead of 1024. Now I just have to finde a place for it in my scripts :)
  5. M

    Increase open files limit

    Hello all, I am pretty new to Linux, so I apologize if this is elementary :) I would like to know if there is a way to increase open files limit for my processes on the Asuswrt Merlin firmware? I have a process which keeps crashing due to this. As far as I can see, it's limited to 1024.
Back
Top