All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Brand <ulrich.brand@gmx.de>
To: kernel org <linux-kernel@vger.kernel.org>
Subject: kswappd problem - additional facts
Date: Fri, 09 Jul 2004 18:05:15 +0200	[thread overview]
Message-ID: <40EEC23B.4090301@gmx.de> (raw)

there are 2 little errors in my last posting - sorry.
the #include "shmem.h" is obsolate.
additionally, you have to increase yous shared memory limit
on standard installations:
echo 2500000000 > /proc/sys/kernel/shmmax
echo 2500000000 > /proc/sys/kernel/shmall
- my shell command to start the processes has a wrong char.
for ((i=1;i<200;i++)); do ./shm 1000 30 1234 0 & sleep 1; done

ulrich

                 reply	other threads:[~2004-07-09 16:07 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=40EEC23B.4090301@gmx.de \
    --to=ulrich.brand@gmx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.