public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Spelic <spelic@shiftmail.org>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: spelic@shiftmail.org
Subject: Slow swapping even on fast infiniband
Date: Fri, 29 Oct 2010 23:54:13 +0200	[thread overview]
Message-ID: <4CCB4285.1040501@shiftmail.org> (raw)

Hello all lkml,

I have just set up two servers connected through iSCSI over Infiniband 
(SCST / SRP).

The "target" end exposes a ramdisk over SRP, the "initiator" end uses 
such device as a swap.
(I am trying to aggregate the memory of a few computers in order to 
perform computations not possible with the RAM of one only.)

This remote SRP disk is very fast, around 1 GByte/sec if I write or read 
to it using dd at bs=4K; from the initiator computer. So the IB is not 
the bottleneck.

However if I use such disk as a swap device on the "initiator" computer, 
I seem not able to obtain more than 150MB/sec reads + 150MB/sec writes 
from/to the swap
I can see these figures with iostat and I can roughly confirm them by 
the time it takes for my C++ memory-sweep-test to sweep all the RAM+swap 
for a few rounds.

Why kswapd is so slow?
Is there a way to do faster swapping of pages, such as with some kind of 
readahead or somehow swapping larger chunks together...?

I tweaked lots of settings in /sys/block/sdc/queue/  (scheduler, 
nr_requests, queue_depth), in the /proc/sys/vm/ (dirty_ratio, background 
ratio etc) but 150MB/sec is the most I could obtain.
Remember that this disk performs almost 1GB/sec in write and read tests 
with dd bs=4K. (The srp disk is being used as full device: no 
partitions, no LVM, no RAID.)
Will linux never be able to swap faster than this?

My kernel is 2.6.32 with just a few patches from the scst people.

Thanks for your help
Spelic
PS: please possibly keep me in CC if you reply because I am not 
subscribed to lkml. Ok I will also check via web. Thank you

                 reply	other threads:[~2010-10-30  0:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CCB4285.1040501@shiftmail.org \
    --to=spelic@shiftmail.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox