ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » swappiness and network settings

Post new topic  Reply to topic
 swappiness and network settings « View previous topic :: View next topic » 
Author Message
bobbee
PostPosted: Mon Nov 10, 2025 11:29 am    Post subject: swappiness and network settings Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 542
Location: Tampa

Customer is asking if there are suggested setting for MQ. I have never seen these.

Swappiness
? REL 8 default is 60
? REL 8 also really started pushing cgroups, so it?s no longer enough to just set swappiness
? RedHat recommends 60 because SSD?s have become blazingly fast
? SSD speed isn?t our issue though, any data written to disk is synchronously replicated which kills us for SWAP.

Net mem
? Using the default net memory settings means that max and default are the same
? This severely limits TCP window scaling (typically to 65k max)
? Increasing the max allows the window to grow as needed to fit the data flow
? Small windows limit how much data can be received before the sender needs to stop and wait for the other side to catch up.

Server = samp09dc
mem = 64G
vm.swappiness = 60
net.core.rmem_default = 212992
net.core.rmem_max = 212992
net.core.wmem_default = 212992
net.core.wmem_max = 212992
net.ipv4.tcp_mem = 1588242 2117659 3176484
net.ipv4.tcp_rmem = 4096 87380 6291456
net.ipv4.tcp_wmem = 4096 16384 4194304
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » swappiness and network settings
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.