Dosemu 0.60.3

Michael J. Drons (pa_mjd@meceng.coe.neu.edu)
Tue, 18 Jul 1995 13:25:08 -0400 (EDT)


When Compiling Dosemu 0.60.3 it dies after 20 minutes because of too many open
files. Has anyone had this problem??? Can I fix it bby increasing the number of > open files in limits.h or resource.h???

Currently limits.h defines it as follows:
#define OPEN_MAX 256 /* # open files a process may have */
and I find it hard to believe that "make most" on the dosemu side had 256 files
open.

Currently resource.h defines it as follows:
#define RLIMIT_NOFILE 7 /* max number of open files */
I dont know what to think about this....

I am running kernel version 1.2.2 just because that is what dosemu suggests...
I have install from Slackware 2.2

Mike D.
pa_mjd@meceng.coe.neu.edu