- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- maximum swap per process
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 03:36 PM
04-04-2002 03:36 PM
maximum swap per process
I'm on RedHat 7.2 with kernel 2.4.9-31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 05:00 PM
04-04-2002 05:00 PM
Re: maximum swap per process
And why are you trying to get a user to use swap? It will only slow it down (for normal processes).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 07:13 AM
04-05-2002 07:13 AM
Re: maximum swap per process
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 8192 kbytes
coredumpsize 0 kbytes
memoryuse unlimited
descriptors 1024
memorylocked unlimited
maxproc 3584
openfiles 1024
The process I want to run is a scientific code. I know the swap will slow down the results, but the code is quide fast, so the swap-slow issue is not a real problem. Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 07:09 PM
04-05-2002 07:09 PM
Re: maximum swap per process
Unfortunately, I haven't heard of any such limitations. By the same token, I've not had any app running under Linux that uses more than about 400Mb at any given moment..
Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 11:18 PM
04-06-2002 11:18 PM
Re: maximum swap per process
maximum size of an individual program gets smaller.
Linux currenly uses a 3:1 virtual:physical split, meaning that the kernel can use a maximum of 1 GB (minus 64 MB administrational overhead) RAM and the maximum
program size is 3 GB.
( taken from linux-mm.org )
So you have actually nothing to do but wait/buy 64bit Linux versions
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 06:14 AM
04-08-2002 06:14 AM
Re: maximum swap per process
I guess you refer to this page http://www.linux-mm.org/more_than_1GB.shtml. However it is written 'This HOWTO is obsoleted by kernel 2.3.24'. And I am using a 2.4 kernel.
But maybe this is not obsolete. There's something I don't understand. Is the 3Gb a limit for a single process, or the limit for all the processes? I guess this page refer to the first case. Moreover, I've been able to run two simultaneous codes each using 2.6Gb.
Do you know when the 64bit versions of linux will be available?
thanks
Benoit