All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Calin Szonyi" <caszonyi@linuxmail.org>
To: cba20032002@yahoo.com, linux-newbie@vger.kernel.org
Subject: Re: Page swap
Date: Fri, 08 Nov 2002 09:39:31 +0200	[thread overview]
Message-ID: <20021108073931.25649.qmail@linuxmail.org> (raw)


----- Original Message -----
From: Mike Ni <cba20032002@yahoo.com>
Date: 	Thu, 7 Nov 2002 21:16:26 -0800 (PST)
To: linux-newbie@vger.kernel.org
Subject: Page swap


> Folks,
> 
> I am having performance issue with one of the
> application. It looks like it is running low on the
> memory. 
> 
> In addition to add new memory to the system, is there
> anything can be done while we are waiting for the
> memory upgrade? 
> 

Yes. You could add a swap file if you have enough
 disk space:

dd if=/dev/zero of=path_to_your_file bs=1024 count=number_of_MB_you_want_to_add

mkswap -v1 path_to_your_file
swapon path_to_your_file

Also keep in mind that when the physical memory is
 full and the application is alocating more and 
mor memory your system will run at the speed of the hard drive 

> Thanks in advance
> MIke
> 
You're welcome
Bye
Calin
-- 
______________________________________________
http://www.linuxmail.org/
Now with POP3/IMAP access for only US$19.95/yr

Powered by Outblaze
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

             reply	other threads:[~2002-11-08  7:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-08  7:39 Calin Szonyi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-08  5:16 Page swap Mike Ni
2002-11-08  7:07 ` Ray Olszewski

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=20021108073931.25649.qmail@linuxmail.org \
    --to=caszonyi@linuxmail.org \
    --cc=cba20032002@yahoo.com \
    --cc=linux-newbie@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.