Python Forum
i want this program to be as fast as possible
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i want this program to be as fast as possible
#4
you can set Linux max PID up to 2^22 (on 32 bit machine)
stored in
Output:
/proc/2497/limits
you can also use:
Output:
cat /proc/sys/kernel/pid_max
to get what it's set to
see: https://linux.die.net/man/5/limits.conf
Reply


Messages In This Thread
RE: i want this program to be as fast as possible - by Larz60+ - May-25-2018, 11:06 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020