Path: csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: iso646.h Date: Wed, 31 Jan 2024 09:16:59 -0800 Organization: None to speak of Lines: 20 Message-ID: <87ttmts9ro.fsf@nosuchdomain.example.com> References: <86zfwnc34o.fsf@linuxsc.com> <86il3bb7rb.fsf@linuxsc.com> <865xzaas3m.fsf@linuxsc.com> <20240131124332.00002c05@yahoo.com> <20240131170312.00006f30@yahoo.com> <20240131180429.000038bf@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="e9ab33cd51e38659416bab92bcd2f21f"; logging-data="1705180"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX189TiGergl7zAEwLmuZRrKm" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:dtX4qEQ/FuMNFSv23j4S6YnWlLU= sha1:x9NRsBql78iwWlfcSTEEzs2LRT0= Xref: csiph.com comp.lang.c:381381 scott@slp53.sl.home (Scott Lurndal) writes: > Michael S writes: [...] >>On only remotely related note, what happens on your system when you >>want more than 1024 files to be open by one program simultaneously? >> > > $ ulimit -f 2048 > > Will increase the limit, to any arbitrary value, subject to system > wide limits configured by the superuser (system manager). That sets the limit for file size. I think you mean "ulimit -n 2048". [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Medtronic void Void(void) { Void(); } /* The recursive call of the void */