Displaying 10 results from an estimated 10 matches for "usage_in_bytes".
2018 Dec 19
0
Cgroups : memory.limit_in_bytes and memory.usage_in_bytes includes file cache?
..._rss 2441216
total_rss_huge 0
total_mapped_file 8192
total_swap 0
total_pgpgin 29265847812
total_pgpgout 29244880354
total_pgfault 48530374728
total_pgmajfault 20
total_inactive_anon 0
total_active_anon 2441216
total_inactive_file 85879496704
total_active_file 770048
total_unevictable 0
cat memory.usage_in_bytes
85885800448
cat memory.limit_in_bytes
85899345920
What is confusing is that , why is memory.usage_in_bytes being shown as 85885800448, when the RSS is just 2441216?
Is it true that memory.usage_in_bytes/memory.limit_in_bytes takes files cache into consideration when calculating the usage?
Regar...
2018 Oct 15
2
Problems with qouta_clone plugin
Hello
I'm having troubles getting the quota_clone plugin to work for me.
i?, trying to put the quota values into to to fields, messages and
usage_in_bytes, in the mysql database.
The quotas are getting written to the maildirsize file and can be
updated with the doveadm quota recalc -A or -u "*" command
But i can't seem to get it to trigger the quota_clone plugin, not even
an error or a warning.. At this point a crash would be preferre...
2013 Aug 08
3
Re: libvirt possibly ignoring cache=none ?
...for anyone
> to minimize this.
Once or twice, one of our VMs was OOM killed because it reached 1.5 *
memory limit for its cgroup.
Here is an 8GB, instance. Libvirt created cgroup with 12.3GB memory
limit, which we have filled to 98%
[root@dev-cmp08 ~]# cgget -r memory.limit_in_bytes -r
memory.usage_in_bytes libvirt/qemu/i-000009fa
libvirt/qemu/i-000009fa:
memory.limit_in_bytes: 13215727616
memory.usage_in_bytes: 12998287360
The 4G difference is the cache. That's why I'm so interested in what
is consuming the cache on a VM which should be caching in guest only.
Regards,
Brano Zarnovican
2014 Sep 15
2
cgroups inside LXC containers losts memory limits after some time
...w-r--r-- 1 root root 0 Sep 15 17:14 memory.failcnt
--w------- 1 root root 0 Sep 15 17:14 memory.force_empty
-rw-r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.failcnt
-rw-r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.limit_in_bytes
-rw-r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.max_usage_in_bytes
-r--r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.slabinfo
-rw-r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.tcp.failcnt
-rw-r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.tcp.limit_in_bytes
-rw-r--r-- 1 root root 0 Sep 15 17:14 memory.kmem.tcp.max_usage_in_bytes
-r--r--r-- 1 root root...
2018 Oct 15
2
Problems with qouta_clone plugin
..._clone to mail plugins.
>
> Aki
>
>
> On 15.10.2018 15:28, Christian Ejlertsen wrote:
> > Hello
> >
> > I'm having troubles getting the quota_clone plugin to work for me.
> > i?, trying to put the quota values into to to fields, messages and
> > usage_in_bytes, in the mysql database.
> >
> > The quotas are getting written to the maildirsize file and can be
> > updated with the doveadm quota recalc -A or -u "*" command
> >
> > But i can't seem to get it to trigger the quota_clone plugin, not
> > even
>...
2015 Oct 30
0
GUEST Memory statistics secret revealed ...
...2) As values returned by virDomainMemoryStats(), I got these values :
VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON:
active_balloon (1024000.000000)
active_balloon (2048000.000000)
VIR_DOMAIN_MEMORY_STAT_RSS:
rss(1194195.312500)
rss(2039269.531250
3) By using cgroup counters "memory.usage_in_bytes" for both Guests, I got these values :
memusage (1 207 207 031 250)
memusage (2 834 503 906 250)
How is it possible to have a balloon size equal to memcurrent ?
What "memory.usage_in_bytes" stands for (it's the maximum value of the three metrics I got for each GUEST) ?
FYI ,...
2013 Aug 09
0
Re: libvirt possibly ignoring cache=none ?
...an 8GB, instance. Libvirt created cgroup with 12.3GB memory
> limit, which we have filled to 98%
>
The more it's filled with caches, the better, but if none of those are
caches, whoa!, the limit should be increased.
> [root@dev-cmp08 ~]# cgget -r memory.limit_in_bytes -r
> memory.usage_in_bytes libvirt/qemu/i-000009fa
> libvirt/qemu/i-000009fa:
> memory.limit_in_bytes: 13215727616
> memory.usage_in_bytes: 12998287360
>
You can get rid of these problems by setting your own memory limits.
The defaults limit get set only if there is no <memtune> setting in the
domain XML:...
2018 Oct 15
0
Problems with qouta_clone plugin
You should add quota_clone to mail plugins.
Aki
On 15.10.2018 15:28, Christian Ejlertsen wrote:
> Hello
>
> I'm having troubles getting the quota_clone plugin to work for me.
> i?, trying to put the quota values into to to fields, messages and
> usage_in_bytes, in the mysql database.
>
> The quotas are getting written to the maildirsize file and can be
> updated with the doveadm quota recalc -A or -u "*" command
>
> But i can't seem to get it to trigger the quota_clone plugin, not even
> an error or a warning.. At this poi...
2018 Oct 15
0
Problems with qouta_clone plugin
...;
>> Aki
>>
>>
>> On 15.10.2018 15:28, Christian Ejlertsen wrote:
>>> Hello
>>>
>>> I'm having troubles getting the quota_clone plugin to work for me.
>>> i?, trying to put the quota values into to to fields, messages and
>>> usage_in_bytes, in the mysql database.
>>>
>>> The quotas are getting written to the maildirsize file and can be
>>> updated with the doveadm quota recalc -A or -u "*" command
>>>
>>> But i can't seem to get it to trigger the quota_clone plugin, not
>&...
2013 Aug 07
2
libvirt possibly ignoring cache=none ?
Hi,
I have an instance with 8G ram assigned. All block devices have cache
disabled (cache=none) on host. However, cgroup is reporting 4G of
cache associated to the instance (on host)
# cgget -r memory.stat libvirt/qemu/i-000009fa
libvirt/qemu/i-000009fa:
memory.stat: cache 4318011392
rss 8676360192
...
When I drop all system caches on host..
# echo 3 > /proc/sys/vm/drop_caches
#
..cache