mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 11:55:36 +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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user