Results 1 to 4 of 4
  1. #1

    Post Small but high fundu job

    Currently, we are facing problems with max linux thread not going more than 1533 and java threads at 600. We want someone who understand in/out of linux and help us fix the problem on the dedicated server.

    This might require recompiling kernel or recompiling glibc, loading new modules etc.

    If you have managed your own application server and were able to manage to increase the default thread count, we need you.

    Thanks.

  2. #2
    Join Date
    Oct 2004
    Location
    Surrey, UK
    Posts
    45
    heya, just a shot in the dark..but what are your current settings for pam? "ulimit" ? check out: /etc/security/limits.conf

    I know this isnt a support post..but figured a comment was neccesary.

  3. #3
    Join Date
    Jun 2003
    Posts
    976
    try this
    Code:
    cat /proc/sys/kernel/threads-max
    and to change
    Code:
    echo 5000 > /proc/sys/kernel/threads-max

  4. #4
    Thanks guys.

    Tried everything. pam.d, threads max, ulimits etc.

    It looks like a glibc problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •