Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-10-2008, 02:01 PM
Ted
 
Posts: n/a
Default RAM

Could you tell me what is the maximum RAM, slakware can manage, and
what would be the max heap that could be given to a java program? Thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-10-2008, 02:01 PM
Henrik Carlqvist
 
Posts: n/a
Default Re: RAM

Ted <jeanmorin3@gmail.com> wrote:
> Could you tell me what is the maximum RAM, slakware can manage, and
> what would be the max heap that could be given to a java program? Thx


A Slackware 12.* default kernel has highmem support which means that it
supports up to 4 GB of RAM. However, a single process can not user more
than 2 GB with this memory model. Also note that even though the kernel
supports up to 4 GB many motherboards use some of that address space for
peripherals you you won't be able to see more than something like 3.5 GB.

If you want to use more RAM than that you will have to compile a custom
kernel with PAE support or use a 64 bit distribution instead.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-10-2008, 02:01 PM
Mark Madsen
 
Posts: n/a
Default Re: RAM

On Fri, 09 May 2008 07:58:41 +0200, Henrik Carlqvist wrote:

> Ted <jeanmorin3@gmail.com> wrote:
>> Could you tell me what is the maximum RAM, slakware can manage, and
>> what would be the max heap that could be given to a java program? Thx

>
> A Slackware 12.* default kernel has highmem support which means that it
> supports up to 4 GB of RAM. However, a single process can not user more
> than 2 GB with this memory model. Also note that even though the kernel
> supports up to 4 GB many motherboards use some of that address space for
> peripherals you you won't be able to see more than something like 3.5
> GB.
>
> If you want to use more RAM than that you will have to compile a custom
> kernel with PAE support or use a 64 bit distribution instead.


There are several choices for 64-bit builds of Slackware, of course.

Slamd and Bluewhite64 are easily found through Distrowatch and are
basically 64-bit rebuilds of (close to) vanilla Slackware.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-10-2008, 02:01 PM
Richard James
 
Posts: n/a
Default Re: RAM

On Thu, 08 May 2008 13:06:04 -0700, Ted wrote:

> Could you tell me what is the maximum RAM, slakware can manage, and what
> would be the max heap that could be given to a java program? Thx


"The main danger of running on a 32 bit system with lots of highmem (more
than 8GB) is that the kernel could end up needing to allocate more data
than what fits in ZONE_NORMAL. This means the machine can effectively run
out of memory, even if there were still lots of high memory free.

Another issue is that the system will more aggressively reclaim kernel
data structures like cached inodes, buffer heads and other caches that
can help system performance.

The third issue is that, on a 32 bit system, no process will be able to
effectively use more than 3GB of memory. This means that buying more than
4GB of memory is only useful if none of the processes on your system need
all of the memory.

For these reasons it is recommended that if you buy a system with more
than 4GB of memory, you should consider getting a 64 bit CPU and
installing a 64 bit operating system. The price difference between 32 and
64 bit systems is practically nonexistant in 2005, and 64 bit x86-64
systems can still run 32 bit applications, so there is no real need to
experience the pains of highmem any more... "

http://linux-mm.org/HighMemory

Also read these

http://www.spack.org/wiki/LinuxRamLimits
http://kerneltrap.org/node/2450

Richard James
--
sig fail on line -1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-10-2008, 02:01 PM
Ted
 
Posts: n/a
Default Re: RAM

On May 9, 6:16*am, Richard James <rja...@invalid.com> wrote:
> On Thu, 08 May 2008 13:06:04 -0700, Ted wrote:
> > Could you tell me what is the maximum RAM, slakware can manage, and what
> > would be the max heap that could be given to a java program? *Thx

>
> "The main danger of running on a 32 bit system with lots of highmem (more
> than 8GB) is that the kernel could end up needing to allocate more data
> than what fits in ZONE_NORMAL. This means the machine can effectively run
> out of memory, even if there were still lots of high memory free.
>
> Another issue is that the system will more aggressively reclaim kernel
> data structures like cached inodes, buffer heads and other caches that
> can help system performance.
>
> The third issue is that, on a 32 bit system, no process will be able to
> effectively use more than 3GB of memory. This means that buying more than
> 4GB of memory is only useful if none of the processes on your system need
> all of the memory.
>
> For these reasons it is recommended that if you buy a system with more
> than 4GB of memory, you should consider getting a 64 bit CPU and
> installing a 64 bit operating system. The price difference between 32 and
> 64 bit systems is practically nonexistant in 2005, and 64 bit x86-64
> systems can still run 32 bit applications, so there is no real need to
> experience the pains of highmem any more... "
>
> http://linux-mm.org/HighMemory
>
> Also read these
>
> http://www.spack.org/wiki/LinuxRamLi....org/node/2450
>
> Richard James
> --
> sig fail on line -1


Thx Ted
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-10-2008, 02:01 PM
goarilla
 
Posts: n/a
Default Re: RAM

Richard James wrote:
> On Thu, 08 May 2008 13:06:04 -0700, Ted wrote:
>
>> Could you tell me what is the maximum RAM, slakware can manage, and what
>> would be the max heap that could be given to a java program? Thx

>
> "The main danger of running on a 32 bit system with lots of highmem (more
> than 8GB) is that the kernel could end up needing to allocate more data
> than what fits in ZONE_NORMAL. This means the machine can effectively run
> out of memory, even if there were still lots of high memory free.
>
> Another issue is that the system will more aggressively reclaim kernel
> data structures like cached inodes, buffer heads and other caches that
> can help system performance.
>
> The third issue is that, on a 32 bit system, no process will be able to
> effectively use more than 3GB of memory. This means that buying more than
> 4GB of memory is only useful if none of the processes on your system need
> all of the memory.
>
> For these reasons it is recommended that if you buy a system with more
> than 4GB of memory, you should consider getting a 64 bit CPU and
> installing a 64 bit operating system. The price difference between 32 and
> 64 bit systems is practically nonexistant in 2005, and 64 bit x86-64
> systems can still run 32 bit applications, so there is no real need to
> experience the pains of highmem any more... "
>
> http://linux-mm.org/HighMemory
>
> Also read these
>
> http://www.spack.org/wiki/LinuxRamLimits
> http://kerneltrap.org/node/2450
>
> Richard James


just wondering can you still buy 32 bit only CPU's from intel or
amd these days ? iirc the whole c2duo line is 64bit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:09 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145