mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 03:39:21 +08:00
Increased maxproc from 6 to 32
This value may still not be correct, but it was enough to resolve a divide by 0 issue in link01 initialization phase.
This commit is contained in:
parent
3cde7552eb
commit
9f11e4092a
@ -50,7 +50,7 @@
|
||||
#include <freebsd/sys/malloc.h>
|
||||
#include <freebsd/sys/uio.h>
|
||||
|
||||
int maxproc = 6; /* XXX Used value of rtems KERN_MAXPROC */
|
||||
int maxproc = 32; /* XXX Used value of rtems KERN_MAXPROC */
|
||||
int ngroups_max = NGROUPS_MAX; /* XXX */
|
||||
|
||||
int maxfiles = 7; /* XXX sys. wide open files limit */
|
||||
|
Loading…
x
Reference in New Issue
Block a user