Skip to content

Commit 6189bbd

Browse files
authored
Update README.md
The actual 32bit libc limit PID_MAX hardcodes to 65535. The initial value 65536 was taken from other 32bit Linux distro which is not applicable for 32bit Android. So do a minor correction. Refer termux-docker#40
1 parent 609437a commit 6189bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ There a number of known issues which may not be resolved:
117117

118118
* When running certain multi threaded program in 32bit containers, the PIDs can
119119
balloon and easily exceed libc's limit. The only way to fix this is to set
120-
`/proc/sys/kernel/pid_max` to 65536. See [termux-docker#40](https://github.com/termux/termux-docker/issues/40).
120+
`/proc/sys/kernel/pid_max` to 65535. See [termux-docker#40](https://github.com/termux/termux-docker/issues/40).

0 commit comments

Comments
 (0)