Displaying 10 results from an estimated 10 matches for "524280".
Did you mean:
524288
2005 Oct 03
4
OS does not see all my RAM
...cognize the amount of RAM
my OS is centos-4-x86_64 on a DELL 1850
[root at smtcorav02 ~ ]# free
total used free shared buffers cached
Mem: 251360 220136 31224 0 3932 64748
-/+ buffers/cache: 151456 99904
Swap: 524280 0 524280
--
2010 Oct 19
5
max utilization
...mTotal: 574464 kB
MemFree: 111776 kB
Buffers: 9500 kB
Cached: 117320 kB
SwapCached: 100 kB
Active: 79220 kB
Inactive: 93112 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 574464 kB
LowFree: 111776 kB
SwapTotal: 524280 kB
SwapFree: 524180 kB
Dirty: 4 kB
Writeback: 0 kB
AnonPages: 45436 kB
Mapped: 16700 kB
Slab: 185236 kB
SReclaimable: 4304 kB
SUnreclaim: 180932 kB
PageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackT...
2010 Mar 04
6
XCP 64 bits ?
...43640 kB
Cached: 99540 kB
SwapCached: 0 kB
Active: 93160 kB
Inactive: 85528 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 746496 kB
LowFree: 384332 kB
SwapTotal: 524280 kB
SwapFree: 524280 kB
Dirty: 40 kB
Writeback: 0 kB
AnonPages: 35536 kB
Mapped: 14780 kB
Slab: 20836 kB
SReclaimable: 9308 kB
SUnreclaim: 11528 kB
PageTables: 0 kB
N...
2007 Apr 03
3
How to Increase Swap Memory in Centos 4.4?
...) scriptlet failed, exit status
1
error: install: %pre scriptlet failed (2), skipping
oracle-xe-univ-10.2.0.1-1.0
Below is my system information.
[root at server ~]# cat /proc/meminfo | grep MemTotal
MemTotal: 514152 kB
[root at server ~]# cat /proc/meminfo | grep SwapTotal
SwapTotal: 524280 kB
[root at server ~]# ipcs -lm
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 32768
max total shared memory (kbytes) = 8388608
min seg size (bytes) = 1
Couldsomebody explain how to do this the fastest way? Thanks!
-------------- next part ------------...
2007 Aug 30
4
What is eating my memory?
The tail of two systems and one hard drive.
I install centos 5 on a HD while it is in a Compaq with 256Mb memory.
After install, i am in graphics mode (Gnome) and top reports not quite
all 256Mb used.
Then I move the HD to a decTOP with 512Mb memory. I am running
non-graphics (init 3). I ssh into the unit and top reports not quite
all of that used.....
So what ate up more than 256Mb
2015 Jun 01
0
log file variable %U and %m strange behavior
...SAMBA.LOCAL
netbios name = DC1
server role = active directory domain controller
dns forwarder = 75.75.75.75
idmap_ldb:use rfc2307 = Yes
#Debug Logging Information
log file = /usr/local/samba/var/%U.%m.log
log level = 3
max log size = 524280
debug timestamp = yes
syslog = 3
debug uid = Yes
debug pid = Yes
# Don't allow any updates | allow unsigned updates | only allow
signed updates (False | nonsecure | signed)
allow dns updates = signed
#Disable CUPS Printing
load p...
2005 May 13
3
Other memory stuff
On a similar note, I have a server with 1GB of memory that seems to
never release the memory back to system use.
The system is AAH 0.9. Dual AMD Athlon.
This system does IAX out ot my voip providers and has 2 TDM400 cards in
it for connection to my POTS lines.
I never have more than 10 calls active at a time. There is no
transcoding. It is all uLaw.
Does anyone out there have a problem where
2007 Apr 04
6
System requirements
System requirements for CentOS 5 minimal installation (console and
ssh) are....128 MB ram, 256...? I can't find this information in rhel5
installation manual.
2007 Aug 05
3
OOM killer observed during heavy I/O from VMs (XEN 3.0.4 and XEN 3.1)
...8kB 1*256kB 0*512kB 1*1024kB 0*2048kB 7*4096kB = 36168kB
Aug 4 18:36:08 DMA32: empty
Aug 4 18:36:08 Normal: empty
Aug 4 18:36:08 HighMem: empty
Aug 4 18:36:08 Swap cache: add 29953, delete 29286, find 9785/14072, race 0+50
Aug 4 18:36:08 Free swap = 498904kB
Aug 4 18:36:08 Total swap = 524280kB
Aug 4 18:36:08 Free swap: 498904kB
Aug 4 18:36:08 67584 pages of RAM
Aug 4 18:36:08 0 pages of HIGHMEM
Aug 4 18:36:08 18261 reserved pages
Aug 4 18:36:13 31927 pages shared
Aug 4 18:36:19 667 pages swap cached
Aug 4 18:36:24 1 pages dirty
Aug 4 18:36:30 27115 pages writeback...
2014 Mar 07
3
[LLVMdev] [RFC] Add second "failure" AtomicOrdering to cmpxchg instruction
...CHECK-LABEL: f1:
; CHECK: csg %r2, %r3, 0(%r4)
; CHECK: br %r14
- %val = cmpxchg i64 *%src, i64 %cmp, i64 %swap seq_cst
+ %val = cmpxchg i64 *%src, i64 %cmp, i64 %swap seq_cst seq_cst
ret i64 %val
}
@@ -17,7 +17,7 @@ define i64 @f2(i64 %cmp, i64 %swap, i64 *%src) {
; CHECK: csg %r2, %r3, 524280(%r4)
; CHECK: br %r14
%ptr = getelementptr i64 *%src, i64 65535
- %val = cmpxchg i64 *%ptr, i64 %cmp, i64 %swap seq_cst
+ %val = cmpxchg i64 *%ptr, i64 %cmp, i64 %swap seq_cst seq_cst
ret i64 %val
}
@@ -29,7 +29,7 @@ define i64 @f3(i64 %cmp, i64 %swap, i64 *%src) {
; CHECK: csg %r2, %r...