Displaying 20 results from an estimated 102 matches for "memfree".
2001 Jul 24
3
Memory/data -last time I promise
....3 1166886 31.2 NA
Vcells 4456284 34.0 5070089 38.7 800
> system('cat /proc/meminfo')
total: used: free: shared: buffers: cached:
Mem: 1073303552 696303616 376999936 0 21487616 36982784
Swap: 271392768 263294976 8097792
MemTotal: 1048148 kB
MemFree: 368164 kB
MemShared: 0 kB
Buffers: 20984 kB
Cached: 36116 kB
BigTotal: 131064 kB
BigFree: 0 kB
SwapTotal: 265032 kB
SwapFree: 7908 kB
> n <- 2
> while (n<=3) {
+ fname1 <- paste('../off/off10yr',n,'.dta', sep=""...
2001 Jul 24
3
Memory/data -last time I promise
....3 1166886 31.2 NA
Vcells 4456284 34.0 5070089 38.7 800
> system('cat /proc/meminfo')
total: used: free: shared: buffers: cached:
Mem: 1073303552 696303616 376999936 0 21487616 36982784
Swap: 271392768 263294976 8097792
MemTotal: 1048148 kB
MemFree: 368164 kB
MemShared: 0 kB
Buffers: 20984 kB
Cached: 36116 kB
BigTotal: 131064 kB
BigFree: 0 kB
SwapTotal: 265032 kB
SwapFree: 7908 kB
> n <- 2
> while (n<=3) {
+ fname1 <- paste('../off/off10yr',n,'.dta', sep=""...
2015 May 20
2
Samba-4.1.18 romaing profile causes memory leak
...in
domain.
Any option in smb.conf or operation can help ?
This is my reproduce setps:
1. create domain "testdom.ork"
2. create 10 accounts and set profile path in "share"
for example : profile path of "user1 " is "\\dc.testdom.ork\share\user1"
3. check MemFree in /proc/meminfo
4. login/logout 10 accounts created in step 2
5. check MemFree in proc/meminfo <---almost 100mB reduced
my smb.conf:
[global]
workgroup = TESTDOM
realm = TESTDOM.ORK
netbios name = DC
server role = active directory domain controller
dns forwarder = 127.0.1.1
[netlogon]
path...
2014 Aug 11
1
Restriciting memory usage for samba using Cgroups
...rs are increasing gradually and it is
not able to restrict.
Commands Used to restrict memory on target:
echo <samba pid >default/tasks
echo 20971520 > default/memory.limit_in_bytes
Initial memory status:
root at ltqcpe:/sys/fs/cgroup/memory# cat /proc/meminfo
MemTotal: 113760 kB
MemFree: 41692 kB
Buffers: 4108 kB
Cached: 30936 kB
SwapCached: 0 kB
After 5 hrs memory Status Looks like this
root at ltqcpe:/sys/fs/cgroup/memory# cat /proc/meminfo
cat /proMemTotal: 113760 kB
MemFree: 9744 kB
Buffers: 33448 kB
Cach...
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
2007 Jul 28
4
memory query
...hz (model optiplex
GX270) and have 512 memory
but the OS free command show me
Mem: 473876 469892 3984 0 11288 69384
-/+ buffers/cache: 389220 84656
Swap: 1020088 0 1020088
also cat /proc/meminfo show me same
MemTotal: 473876 kB
MemFree: 4108 kB
Buffers: 11040 kB
Cached: 69376 kB
SwapCached: 0 kB
Active: 374072 kB
Inactive: 67712 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 473876 kB
LowFree: 4108 kB
also top gives me the same info
why i am loo...
2013 Jul 04
2
Re: [libvirt] [PATCH 1/4] libxl: implement NUMA capabilities reporting
...if divided by 1024, so at least it''s consistent.
However...
> The machine has 8G of memory, running xen 4.3 rc6, with dom0_mem=1024M. ''xl
> info --numa'' says
>
> total_memory : 8190
> ...
> numa_info :
> node: memsize memfree distances
> 0: 8960 7116 10
>
> Why is the node memsize > total_memory?
Mmm... Interesting question. I really never paid attention to this...
Jan (or anyone else), is that something known and/or expected?
I went checking this down in Xen, and here''s wh...
2008 Jan 09
0
XEN server stalling .. problem spotted - solution required
...should force a sync (or similar) and it''s not, it''s just sitting there. If I wait for the dirty_expire_centisecs timer to expire, I may get some life back, some instances will survive and some will have hung.
Here''s a working "meminfo";
MemTotal: 860160 kB
MemFree: 22340 kB
Buffers: 49372 kB
Cached: 498416 kB
SwapCached: 15096 kB
Active: 92452 kB
Inactive: 491840 kB
SwapTotal: 4194288 kB
SwapFree: 4136916 kB
Dirty: 3684 kB
Writeback: 0 kB
AnonPages: 29104 kB
Mapped: 13840 kB
Slab: 45088 kB
SReclaimable: 25304 kB
SUnreclaim: 19784 kB
PageTables...
2010 Oct 19
5
max utilization
hi,
--> i have 8cores cpu. but my xenserver is using only one cpu, how to make
use of all cpu cores
--> machine is having 16G ram but domain0 is having very less memory. is
there any way to increase memory for domain0
[root@xenserver-DZONGRI ~]# cat /proc/meminfo
MemTotal: 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: 52418...
2015 Oct 19
2
"failed to connect to the hypervisor"
...or bad cert, or
whatever). But that's not the case, here. And what puzzles me more is
that -- while I don't know what the output *should* look like -- to my
eye, strace seems to say that we're getting information back:
1940 read(5, "Node 1 MemTotal: 33011680 kB\nNode 1 MemFree:
32565612 kB\nNode 1 MemUsed: 446068 kB\nNode 1 Active:
57948 kB\nNode 1 Inactive: 77036 kB\nNode 1 Active(anon):
27688 kB\nNode 1 Inactive(anon): 84 kB\nNode 1 Active(file):
30260 kB\nNode 1 Inactive(file): 76952 kB\nNode 1 Unevictable...
2012 Jul 26
2
kernel parameters for improving gluster writes on millions of small writes (long)
...tried to increase every caching option that might improve this
kind of performance, but it doesn't seem to help. At this point, I'm
wondering whether changing the client (or server) kernel parameters
will help.
The client's meminfo is:
cat /proc/meminfo
MemTotal: 529425924 kB
MemFree: 241833188 kB
Buffers: 355248 kB
Cached: 279699444 kB
SwapCached: 0 kB
Active: 2241580 kB
Inactive: 278287248 kB
Active(anon): 190988 kB
Inactive(anon): 287952 kB
Active(file): 2050592 kB
Inactive(file): 277999296 kB
Unevictable: 1685...
2015 May 20
0
Samba-4.1.18 romaing profile causes memory leak
...b.conf or operation can help ?
>
>This is my reproduce setps:
>1. create domain "testdom.ork"
>2. create 10 accounts and set profile path in "share"
> for example : profile path of "user1 " is
>"\\dc.testdom.ork\share\user1"
>3. check MemFree in /proc/meminfo
>4. login/logout 10 accounts created in step 2
>5. check MemFree in proc/meminfo <---almost 100mB reduced
>
>my smb.conf:
>
>[global]
>workgroup = TESTDOM
>realm = TESTDOM.ORK
>netbios name = DC
>server role = active directory domain controller
&g...
2011 Jun 30
4
using memorysize fact in manifests
Hi,
I want some config depending on memorysize.
What I tried was
if ($memorysize >= 256 * 1024*1024) {
...
}
But this fails because $memorysize is a string (and contains a "G") and can''t be
compared to an int.
Are all facts strings? How do I work with numbers?
regards, Andreas
--
Andreas Kuntzagk
SystemAdministrator
MDC Berlin / BIMSB
Tel.: +49 30 9406 2997
--
2016 Aug 01
2
Why does AWS instance always lost around 500MB memory
Hi,
I launched an AWS instance `t2.medium` (use CentOS 7 image "ami-7abd0209",
product code: https://aws.amazon.com/marketplace/pp/B00O7WM7QW), which is
supposed to have 4GB Memory in total, but turn out it is only "3.5GB".
```
$ free -h
total used free shared buff/cache
available
Mem: 3.5G 441M 1.4G 16M
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...node
0: 0 0 0
1: 0 0 0
2: 1 0 0
3: 1 0 0
4: 2 0 0
5: 2 0 0
6: 3 0 0
7: 3 0 0
numa_info :
node: memsize memfree distances
0: 4590 442 10
xen_major : 4
xen_minor : 2
xen_extra : .1
xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize : 4096
platf...
2008 Jul 13
2
2.6.18-92.1.6.el5xen -- 8GB missing?
Hello,
Last night I upgraded a server to CentOS 5.2. The server has 16GB of
RAM. Now that it's running 2.6.18-92.1.6.el5xen only 8GB is reported to
exist.
# cat /proc/meminfo
MemTotal: 8818688 kB
MemFree: 3730124 kB
Buffers: 202004 kB
Cached: 4086788 kB
SwapCached: 0 kB
Active: 1551480 kB
Inactive: 2958196 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 8818688 kB
LowFree: 3730124 kB
SwapTotal: 8388600 kB
SwapFree: 838860...
2013 Aug 24
2
Is X79 Motherboard supported by latest "Centos 5.9" version?
...st a
bit worried that this might imply lack of support. I do not need
audio/firewire.. but need the essential to work memory, sata etc. Also I
thought "i386" installs could not see more than 3 and a bit Gigs of ram?
The test machine has 32G and meminfo shows
MemTotal: 3574676 kB
MemFree: 3146556 kB
I would really appreciate any advice. Regards Steve
e.g. The output from "Sabertooth X79" and "Centos 5.9" gives
00:00.0 Host bridge: Intel Corporation Device 3c00 (rev 06)
00:01.0 PCI bridge: Intel Corporation Device 3c02 (rev 06)
00:02.0 PCI bridge: Int...
2006 May 15
26
Mongrel / RoR first page load times.
I am noticing considerably longer first page load times on most of my
rails apps running Rails (1.1.2) off Mongrel (0.13) on linux. After the
initial request everything seems to run OK. Has anybody else noticed
this and is there anyway to compensate.
Also following the instructions for working with unicode from the rails
wiki, the number of pages served drops noticeably. Are there any sites
2020 Sep 25
2
memory issues
...g to allocate 158
sleeping 5 seconds
allocate twice as much
sleeping 5 seconds
memset allocated memory to 0
sleeping 5 seconds
memory freed
So what asterisk says is about right. When I look at the info from 'cat
/proc/meminfo', I see this:
cat /proc/meminfo
MemTotal: 16361780 kB
MemFree: 151844 kB
MemAvailable: 14883060 kB
Buffers: 5468 kB
Cached: 14773136 kB
SwapCached: 224 kB
Active: 2019568 kB
Inactive: 13592124 kB
[...]
which would mean that I have 14GB buffered/cached, and 'free -h' confirms
this.
Apparently, th...
2009 Nov 05
1
virtio: Add memory statistics reporting to the balloon driver
agl at linux.vnet.ibm.com wrote:
> Here are the corresponding changes to the Linux virtio driver...
>
> virtio: Add memory statistics reporting to the balloon driver
>
> When using ballooning to manage overcommitted memory on a host, a system for
> guests to communicate their memory usage to the host can provide information
> that will minimize the impact