+ Reply to Thread
Results 1 to 2 of 2

Thread: Tuning Linux for high performance environments

  1. #1
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default Tuning Linux for high performance environments

    NIC driver tuning for better interrupt handling (Intel's)
    Enabling TCP offload (TOE)
    Increase TCP/UDP buffers
    Increasing tcp queue len size
    Enable jumbo frames if suitable for your work load
    Increase shared memory/message queue buffers
    Switching to the SCHED_RT (real time) or if available SCHED_EFD (deadline)
    Switching to Deadline I/O Scheduler
    Using async/directio mount options if your work load tolerates it.
    Using a disk allocation unit (DAU) size that matches your i/o subsystem writes.
    Enabling read ahead cache
    Setting processor affinity on single thread apps to avoid ctx switching overhead.

  2. #2
    Iceman is offline Registered User Achievements:
    31 days registeredCreated Blog entry100 Experience Points500 Experience Points
    Iceman ?????????
    Join Date
    2009-10-04
    Posts
    9
    Blog Entries
    1

    Default

    Is there any reasons for these adjustings? Personally it depends on the service contexts.
    E.g. If your system bottleneck is mostly about network, a TOE net cards would be much better for performance boosting.

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 2009-11-14, 02:27 AM
  2. Fwd: Cluster Performance Tuning
    By FeedReader in forum Databases
    Replies: 0
    Last Post: 2009-10-23, 05:18 PM
  3. Fwd: PHP: 150 performance tuning screws for mysqlnd
    By FeedReader in forum Databases
    Replies: 0
    Last Post: 2009-10-16, 07:10 PM
  4. Replies: 0
    Last Post: 2009-03-06, 10:43 AM
  5. Performance Tuning PostgreSQL
    By admon.org in forum Linux System
    Replies: 0
    Last Post: 2009-02-17, 03:33 PM

Posting Permissions

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