Displaying 11 results from an estimated 11 matches for "consumt".
Did you mean:
consult
2004 Dec 23
2
Regarding Tremor code to port on 16 bit processor
Dear All,
Iam trying to port Vorbis Tremor code on 16 bit DSP and it doesn't support the 64 bit data type. Can any one help that what changes I have to make in C code intially to port it on 16 bit DSP processor.
Regards,
Viswanath Deepak G
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
...I selected the balloon driver
because it has already compaction and working with kernel compaction.
I can show how driver pages is compacted with lru-pages together.
Actually balloon driver is not best example to show how this patch compacts pages.
The balloon driver compaction is decreasing page consumtion, for instance 1024MB -> 512MB.
I think it is not compaction precisely. It frees pages.
Of course there will be many high-order pages after 512MB is freed.
>
> Why are your changes to the GPU driver not included in this patch series?
My platform is ARM-based and GPU is ARM-Mali. The d...
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
...I selected the balloon driver
because it has already compaction and working with kernel compaction.
I can show how driver pages is compacted with lru-pages together.
Actually balloon driver is not best example to show how this patch compacts pages.
The balloon driver compaction is decreasing page consumtion, for instance 1024MB -> 512MB.
I think it is not compaction precisely. It frees pages.
Of course there will be many high-order pages after 512MB is freed.
>
> Why are your changes to the GPU driver not included in this patch series?
My platform is ARM-based and GPU is ARM-Mali. The d...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...use it has already compaction and working with kernel compaction.
>> I can show how driver pages is compacted with lru-pages together.
>>
>> Actually balloon driver is not best example to show how this patch compacts pages.
>> The balloon driver compaction is decreasing page consumtion, for instance 1024MB -> 512MB.
>> I think it is not compaction precisely. It frees pages.
>> Of course there will be many high-order pages after 512MB is freed.
>
> Can the various in-kernel GPU drivers benefit from this? If so, wiring
> up one or more of those would be...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...use it has already compaction and working with kernel compaction.
>> I can show how driver pages is compacted with lru-pages together.
>>
>> Actually balloon driver is not best example to show how this patch compacts pages.
>> The balloon driver compaction is decreasing page consumtion, for instance 1024MB -> 512MB.
>> I think it is not compaction precisely. It frees pages.
>> Of course there will be many high-order pages after 512MB is freed.
>
> Can the various in-kernel GPU drivers benefit from this? If so, wiring
> up one or more of those would be...
2013 Jan 30
2
A lot of dovecot/imap processes
...until 250
lines aprox. I think that is limited by process_limit = 256. But if I
put process_limit = 100, in the log appers a message that dovecot is
aborting logins (and I noted that new connections sometimes couldn't login).
Anyway the mailserver is working well, but I'm afraid of the consumtion
of RAM.
Is that normal?
Details:
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-36-generic-pae i686 Ubuntu 12.04.1 LTS nfs
auth_mechanisms = plain login
dotlock_use_excl = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_fsync = always
mail_location = maildir:/mnt/vmail/%d/%n/Mai...
2015 Jul 08
0
[RFCv3 0/5] enable migration of driver pages
...river
> because it has already compaction and working with kernel compaction.
> I can show how driver pages is compacted with lru-pages together.
>
> Actually balloon driver is not best example to show how this patch compacts pages.
> The balloon driver compaction is decreasing page consumtion, for instance 1024MB -> 512MB.
> I think it is not compaction precisely. It frees pages.
> Of course there will be many high-order pages after 512MB is freed.
Can the various in-kernel GPU drivers benefit from this? If so, wiring
up one or more of those would be helpful?
2002 Jul 08
0
rsync 2.5.5 consuming memory and spirals server down
...ing rsync since 2 years now, good work!)
my environment:
- linux, 2.4, Dual-PIII-1.2GHz, 1 GB RAM. more of these machines.
- rsync 2.5.5
- openssh 3.3
the machines are on a lan, so bandwith is not a problem.
I sync large directories (about 6 GB growing) between the machines,
no problem - memory consumtion of rsync is normal if not pressed cntrl-c,
see below.
for rsync I use
rsync -cvrlpgo \
--delete \
--exclude=... \
[more of them]
-e ssh \
server:/path /path
machines are configured to do rsa-pubkey authentication on ssh, so
this can be done by a cron job.
but: i...
2005 Jun 03
5
system suggestion
I''m looking over a couple of used systems that I can get for less than
150USD. I can''t seem to decide if I should splurge and get a 4x box for
25 dollars more than a 2x at a slightly higher clockspeed.
112952-001-B1-06 Proliant 6500 - 4xPIII Xeon500MHz/1MB, 256MB
100738-003-B1-06 Proliant 5500 - 2xPIIIXeon550MHz/512KB, 256MB
Any suggestions?
I read that domU''s
2015 Jul 07
12
[RFCv3 0/5] enable migration of driver pages
From: Gioh Kim <gurugio at hanmail.net>
Hello,
This series try to enable migration of non-LRU pages, such as driver's page.
My ARM-based platform occured severe fragmentation problem after long-term
(several days) test. Sometimes even order-3 page allocation failed. It has
memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
and 20~30 memory is reserved for
2015 Jul 07
12
[RFCv3 0/5] enable migration of driver pages
From: Gioh Kim <gurugio at hanmail.net>
Hello,
This series try to enable migration of non-LRU pages, such as driver's page.
My ARM-based platform occured severe fragmentation problem after long-term
(several days) test. Sometimes even order-3 page allocation failed. It has
memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
and 20~30 memory is reserved for