* [Hardware] Mem
@ 2008-04-02 14:39 Vladimir Karpinsky
2008-04-02 14:46 ` Alexey Morsov
2008-04-02 14:57 ` Денис Смирнов
0 siblings, 2 replies; 4+ messages in thread
From: Vladimir Karpinsky @ 2008-04-02 14:39 UTC (permalink / raw)
To: hardware
Здравствуйте!
Объясните, пожалуйста, куда может потеряться память:
в dmesg:
Warning only 4GB will be used.
Use a PAE enabled kernel.
3200MB HIGHMEM available.
896MB LOWMEM available.
Т.е. 4Г вроде присутствует (warning, правда, непонятен), но /proc/meminfo
(а за ним top и т.д.) говорит другое:
MemTotal: 3108464 kB
MemFree: 2999024 kB
Buffers: 12632 kB
Cached: 22188 kB
SwapCached: 0 kB
Active: 62376 kB
Inactive: 1436 kB
HighTotal: 2227968 kB
HighFree: 2163084 kB
LowTotal: 880496 kB
LowFree: 835940 kB
SwapTotal: 6144760 kB
SwapFree: 6144632 kB
Dirty: 28 kB
Writeback: 0 kB
AnonPages: 28964 kB
Mapped: 21348 kB
Slab: 18380 kB
PageTables: 604 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 7698992 kB
Committed_AS: 49028 kB
VmallocTotal: 114680 kB
VmallocUsed: 56224 kB
VmallocChunk: 56308 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 4096 kB
Т.е. куда-то почти 1Г делся. На округление не очень похоже...
По объёму похоже, что в списках не значится LOWMEM: 896M, почему?
Для примера взял старенькую машинку с 1Г, так там вроде такого не видно:
total: used: free: shared: buffers: cached:
Mem: 1058283520 1032245248 26038272 0 196251648 252035072
Swap: 518180864 41222144 476958720
MemTotal: 1033480 kB
MemFree: 25428 kB
MemShared: 0 kB
Buffers: 191652 kB
Cached: 239860 kB
SwapCached: 6268 kB
Active: 486524 kB
Inactive: 442576 kB
HighTotal: 130752 kB
HighFree: 2324 kB
LowTotal: 902728 kB
LowFree: 23104 kB
SwapTotal: 506036 kB
SwapFree: 465780 kB
Буду очень признателен за разъяснения!
--
С уважением,
Владимир.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Hardware] Mem
2008-04-02 14:39 [Hardware] Mem Vladimir Karpinsky
@ 2008-04-02 14:46 ` Alexey Morsov
2008-04-02 18:52 ` Vladimir Karpinsky
2008-04-02 14:57 ` Денис Смирнов
1 sibling, 1 reply; 4+ messages in thread
From: Alexey Morsov @ 2008-04-02 14:46 UTC (permalink / raw)
To: hardware
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
On Wed, Apr 02, 2008 at 06:39:56PM +0400, Vladimir Karpinsky wrote:
> Здравствуйте!
>
> Объясните, пожалуйста, куда может
> потеряться память:
>
> в dmesg:
>
> Warning only 4GB will be used.
uname -m ?
видимо 32бита.
AFAIK 32 бита не может адресовать приложению (точнее одному процессу)
больше 3.xГигов. Что оно собственно и показывает. Ядро видит все.
Т.е. скажем одна программа получит гигобайт, вторая гигобайт и третья два
гигобайта ))
--
WBR,
Alexey Morsov
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member
> ???????????????????????? ????????????????????.
> __________________________________
> Do you Yahoo!?
I don't do yahoo and recommend you drop them for non-7bit
communications
-- mike in community@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Hardware] Mem
2008-04-02 14:39 [Hardware] Mem Vladimir Karpinsky
2008-04-02 14:46 ` Alexey Morsov
@ 2008-04-02 14:57 ` Денис Смирнов
1 sibling, 0 replies; 4+ messages in thread
From: Денис Смирнов @ 2008-04-02 14:57 UTC (permalink / raw)
To: hardware
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
On Wed, Apr 02, 2008 at 06:39:56PM +0400, Vladimir Karpinsky wrote:
VK> Warning only 4GB will be used.
VK> Use a PAE enabled kernel.
Здесь все сказано.
apt-get install kernel-image-std-pae
--
С уважением, Денис
http://freesource.info
----------------------------------------------------------------------------
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Hardware] Mem
2008-04-02 14:46 ` Alexey Morsov
@ 2008-04-02 18:52 ` Vladimir Karpinsky
0 siblings, 0 replies; 4+ messages in thread
From: Vladimir Karpinsky @ 2008-04-02 18:52 UTC (permalink / raw)
To: hardware
Alexey Morsov пишет:
> On Wed, Apr 02, 2008 at 06:39:56PM +0400, Vladimir Karpinsky wrote:
>> Здравствуйте!
>>
>> Объясните, пожалуйста, куда может
>> потеряться память:
>>
>> в dmesg:
>>
>> Warning only 4GB will be used.
> uname -m ?
i686
> видимо 32бита.
Ну, да.
> AFAIK 32 бита не может адресовать приложению (точнее одному процессу)
> больше 3.xГигов. Что оно собственно и показывает. Ядро видит все.
> Т.е. скажем одна программа получит гигобайт, вторая гигобайт и третья два
> гигобайта ))
В целом понятно, спасибо!
--
С уважением,
Владимир.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-02 18:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02 14:39 [Hardware] Mem Vladimir Karpinsky
2008-04-02 14:46 ` Alexey Morsov
2008-04-02 18:52 ` Vladimir Karpinsky
2008-04-02 14:57 ` Денис Смирнов
ALT Linux hardware support
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
public-inbox-index hardware
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.hardware
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git