IBM 86884RX Installation Guide - Page 123

Memory information, Modules used by the default kernel, cat /proc/meminfo

Page 123 highlights

model : 0 revision : 6 archrev : 0 features : branchlong cpu number : 0 cpu regs : 4 cpu MHz : 900.000000 itc MHz : 900.000000 BogoMIPS : 1132.46 Memory information We used 3 GB of DDR memory, and it was fully recognized by Linux. We also set up some swap memory, but it was never used during our tests. Example 4-4 shows the output of the meminfo file on the /proc file system, and more details about the memory. Example 4-4 /proc/meminfo output linux:~ # cat /proc/meminfo total: used: free: shared: buffers: cached: Mem: 3112976384 1308147712 1804828672 0 76251136 518733824 Swap: 1044496384 0 1044496384 Total # of HugePages: 32 Available: 32 HugePageSize: 16777216(0x4000KB) HugePageRegionNumber: 4 MemTotal: 3040016 kB MemFree: 1762528 kB MemShared: 0 kB Buffers: 74464 kB Cached: 506576 kB SwapCached: 0 kB Active: 356800 kB Inactive: 263072 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 3040016 kB LowFree: 1762528 kB SwapTotal: 1020016 kB SwapFree: 1020016 kB Modules used by the default kernel SuSE SLES 8 provides a default kernel that loads almost all the drivers we will need for our x450, and also some drivers we will never use. Chapter 4. Installation 109

  • 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
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160

Chapter 4. Installation
109
model
: 0
revision
: 6
archrev
: 0
features
: branchlong
cpu number : 0
cpu regs
: 4
cpu MHz
: 900.000000
itc MHz
: 900.000000
BogoMIPS
: 1132.46
Memory information
We used 3 GB of DDR memory, and it was fully recognized by Linux. We also set
up some swap memory, but it was never used during our tests. Example 4-4
shows the output of the meminfo file on the /proc file system, and more details
about the memory.
Example 4-4
/proc/meminfo output
linux:~ #
cat /proc/meminfo
total:
used:
free:
shared: buffers:
cached:
Mem:
3112976384 1308147712 1804828672
0 76251136 518733824
Swap: 1044496384
0 1044496384
Total # of HugePages:
32
Available:
32
HugePageSize: 16777216(0x4000KB)
HugePageRegionNumber: 4
MemTotal:
3040016 kB
MemFree:
1762528 kB
MemShared:
0 kB
Buffers:
74464 kB
Cached:
506576 kB
SwapCached:
0 kB
Active:
356800 kB
Inactive:
263072 kB
HighTotal:
0 kB
HighFree:
0 kB
LowTotal:
3040016 kB
LowFree:
1762528 kB
SwapTotal:
1020016 kB
SwapFree:
1020016 kB
Modules used by the default kernel
SuSE SLES 8 provides a default kernel that loads almost all the drivers we will
need for our x450, and also some drivers we will never use.