Closed artursartamonovsadi closed 9 months ago
I think that should only be included in the minimal image? Does it reproduce on the full image, too?
/proc/kernel/pid_max values is set inside Linux Kernel there shouldn't be any difference in boot method as kernel configs are same for any boot method max value is define by:
(sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
so its depends on CONFIG_BASE_SMALL and PAGE_SIZE
Set platform default max values for pid_max