[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kernel/fork.c (version 2.6.17) fork_init() ?
hi .
init_task.signal->rlim[RLIMIT_NPROC].rlim_max = max_threads/2;
ok .no prob . ( limits for the init_task set at half of max_threads ) .
init_task.signal->rlim[RLIMIT_NPROC].rlim_cur = max_threads/2;
why ?
thx for you attention .