CPU : 2개RAM : 64G
OS: CentOS 5.4
로 서버를 운영하고 있습니다.
허나 RAM 3G 도 사용하지 않고서 장비가 다운되는 현상이 발생합니다.
이것저것 찾아보고 있는데 궁금한 점이
kernel-PAE 라는 것이 고용량 RAM을 사용할 수 있게 해준다는 글을 봤는데요
CPU 정보를 들어가서 PAE가 있는지 확인하라고 하더라구요.
cat /proc/cpuinfo
로 확인하면 아래와 같이 PAE가 있는것을 확인할 수 있습니다.
그런데
lshw 로 확인하면 cpu2 와 같이 pae가 없는 cpu도 있더라구요..
왜 장비 이력에 차이가 발생하는지 궁금하구요.
장비가 지금 64G 를 효율적으로 사용하지 못하고 있는데요. 해결책을 알려주세요.ㅠ
============================================================
cpuinfo
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 44
model name : Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
stepping : 2
cpu MHz : 2400.214
cache size : 12288 KB
physical id : 1
siblings : 8
core id : 0
cpu cores : 4
apicid : 32
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx pdpe1gb rdtscp lm constant_tsc ida nonstop_tsc arat pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm [8]
bogomips : 4800.42
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 44
model name : Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
stepping : 2
cpu MHz : 2400.214
cache size : 12288 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx pdpe1gb rdtscp lm constant_tsc ida nonstop_tsc arat pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm [8]
bogomips : 4800.18
=========================================================
lshw 이력
*-cpu:0
description: CPU
product: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
vendor: Intel Corp.
physical id: 400
bus info: cpu@0
version: 6.12.2
serial: 0002-06C2-0000-0000-0000-0000
slot: CPU1
size: 2400MHz
capacity: 3600MHz
width: 64 bits
clock: 1565MHz
capabilities: boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx pdpe1gb rdtscp x86-64 constant_tsc ida nonstop_tsc arat pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm _8_
configuration: id=33
cpu:2
physical id: 1
bus info: cpu@2
version: 6.12.2
serial: 0002-06C2-0000-0000-0000-0000
size: 18EHz
capabilities: vmx ht
configuration: id=33
============================================================
#yum info kernel-PAE
Installed Packages
Name : kernel-PAE
Arch : i686
Version : 2.6.18
Release : 164.el5
Size : 41 M
Repo : installed
Summary : The Linux kernel compiled for PAE capable machines.
URL : http://www.kernel.org/
License : GPLv2
Description: This package includes a version of the Linux kernel with support for up to
: 64GB of high memory. It requires a CPU with Physical Address Extensions (PAE).
: The non-PAE kernel can only address up to 4GB of memory.
: Install the kernel-PAE package if your machine has more than 4GB of memory.
Name : kernel-PAE
Arch : i686
Version : 2.6.18
Release : 308.4.1.el5
Size : 49 M
Repo : installed
Summary : The Linux kernel compiled for PAE capable machines.
URL : http://www.kernel.org/
License : GPLv2
Description: This package includes a version of the Linux kernel with support for up to
: 64GB of high memory. It requires a CPU with Physical Address Extensions (PAE).
: The non-PAE kernel can only address up to 4GB of memory.
: Install the kernel-PAE package if your machine has more than 4GB of memory.
눈팅만으로는 답변글을 볼 수 없습니다. 로그인하셔야 합니다.