Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
truboxl authored Nov 16, 2023
1 parent 609437a commit 6189bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ There a number of known issues which may not be resolved:

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

0 comments on commit 6189bbd

Please sign in to comment.