Displaying 20 results from an estimated 155 matches for "lessen".
Did you mean:
lesser
2019 Oct 22
0
[PATCH v5 08/14] drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()
Does what it says on the tin.
Cc: Juston Li <juston.li at intel.com>
Cc: Imre Deak <imre.deak at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Harry Wentland <hwentlan at amd.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Reviewed-by: Sean Paul <sean at poorly.run>
Signed-off-by: Lyude Paul <lyude at redhat.com>
---
2008 Jul 07
5
Drive activity every 30sec
...on a Hitachi 2.5" drive that shuts off really
quickly, it seems.
So every 30 sec, the drive makes the sound of an access activity. I
have looked trying to find what might be being updated. Swap drive
usage is 0 bytes. No activity in /var/log. What might it be and can I
do anything to lessen the drive access (improve battery life)?
2012 Jun 05
0
[LLVMdev] technical debt
Can we get back to the substantive discussion about your ideas for
lessening the technical debt?
On Mon, Jun 4, 2012 at 8:05 PM, reed kotler <rkotler at mips.com> wrote:
> Well, differences of opinion is what makes horse races.
>
> Reed
>
>
> On 06/04/2012 04:57 PM, Daniel Berlin wrote:
>>
>> On Mon, Jun 4, 2012 at 7:53 PM, reed kotle...
2015 Nov 23
3
Looking for some advice to two problems I'm having
...fferent files that I want it to
randomly play. For some reason though, it seems to only play a few of
those files on a loop. I guess it could be in my head, but it seems
like it's not reading and randomizing all of the files. Does anyone
know what could cause this, or of a better way that I can lessen the
number of file repeats?
Secondly, I'm streaming in mp3, and all of the files have the same
bit rate. I've noticed when listening to the stream, when one file
ends and it switches to another file, the pitch of the audio is either
considerably higher or lower than it should be. If I re...
2016 Jan 14
4
Proposal: always handle keys in separate process
Hello,
in light of the recent CVE-2016-0777, I came up with the following idea,
that would have lessened its impact. Feel free to ignore or flame me,
maybe its stupid or I missed something :)
- private key material should only ever be handled in a separate process
from the SSH client. ssh-agent (maybe slightly extended) seems the
logical choice.
- in places where the client currently reads ssh-...
2012 Jun 05
3
[LLVMdev] technical debt
Well, differences of opinion is what makes horse races.
Reed
On 06/04/2012 04:57 PM, Daniel Berlin wrote:
> On Mon, Jun 4, 2012 at 7:53 PM, reed kotler<rkotler at mips.com> wrote:
>> On 06/04/2012 03:25 PM, Daniel Berlin wrote:
>>> I'm pretty sure neither llvm nor clang have any technical debt at all.
>>>
>>> On Mon, Jun 4, 2012 at 5:18 PM, reed
2012 Jun 05
4
[LLVMdev] technical debt
On 06/04/2012 05:17 PM, Daniel Berlin wrote:
> Can we get back to the substantive discussion about your ideas for
> lessening the technical debt?
The lessening requires enlisting people that are willing to do this as
opposed to doing fun science like cool optimization. I,for example, find
the documentaiton, cleanup and refactoring to be interesting so I don't
feel cheated to work on it as opposed to implementin...
2013 Aug 26
2
Samba4 consumes more CPU
....
I noticed that it happens soon after sometime the samba process is started
and the CPU is filled up.
Since the samba process occupies 100% atleast two or more CPUs out of 8 CPU
, the clients are not able to get authenticate to the server.
Kindly go through the logs and suggest what can be done to lessen the CPU
consumption.
On Mon, Aug 12, 2013 at 11:45 AM, Andrew Bartlett <abartlet at samba.org>wrote:
> On Sun, 2013-08-11 at 10:12 +0530, Prema wrote:
> >
> > Also one more point I would like to clarify., what is the maximum
> > User limit that Samba4 as a DC support...
2010 Feb 11
9
XCP Downloading and Xen.org
Xen Community:
As you are aware, the Xen Cloud Platform has been available for download since last November and is becoming a very successful release for Xen.org. In fact, we are seeing substantial network traffic for this solution as we had 26 TB of data from XCP downloads in the past 4 weeks. Of course, this amount of traffic is forcing a re-examination of our co-location agreements as we are
2010 Feb 11
9
XCP Downloading and Xen.org
Xen Community:
As you are aware, the Xen Cloud Platform has been available for download since last November and is becoming a very successful release for Xen.org. In fact, we are seeing substantial network traffic for this solution as we had 26 TB of data from XCP downloads in the past 4 weeks. Of course, this amount of traffic is forcing a re-examination of our co-location agreements as we are
2012 Jun 05
0
[LLVMdev] technical debt
...ct with me if you would like to discuss TableGen
or related topics.
--Sean Silva
On Mon, Jun 4, 2012 at 5:42 PM, reed kotler <rkotler at mips.com> wrote:
> On 06/04/2012 05:17 PM, Daniel Berlin wrote:
> > Can we get back to the substantive discussion about your ideas for
> > lessening the technical debt?
>
> The lessening requires enlisting people that are willing to do this as
> opposed to doing fun science like cool optimization. I,for example, find
> the documentaiton, cleanup and refactoring to be interesting so I don't
> feel cheated to work on it as o...
2015 Mar 01
2
[LLVMdev] Extending Vector GEP - proposal
Hi,
According to the current GEP syntax, vector GEP requires that each index must be a vector with the same number of elements.
%A = getelementptr <4 x i8*> %ptrs, <4 x i64> %offsets
I propose to lessen this requirement. Let each index be or vector or scalar. All vector indices must have the same number of elements. The scalar value will mean the splat vector value.
%A = getelementptr i8* %ptr, <4 x i64> %offsets
or
%A = getelementptr <4 x i8*> %ptrs, i64 %offset
In this case we don&...
2005 Sep 06
4
Paranoid Firewalling
...I put in the exceptions for DNS.
In my ten or so years of administering Linux servers, following the
usual security precautions has been sufficient: closing unused ports,
keeping up to date on patches, limiting permissions and logins, etc.
I've never had a system broken into.
But if I can lessen the bandwidth used up by brute-force password
attacks and port scans at the cost of a few CPU cycles, that's a good
thing. I've had the new rules up on one server for about half an hour
and can see about 10 or so connection attempts from the addresses in
question.
What do you think?
K...
2008 Sep 22
2
[PATCH] ogginfo: various
...ile working out why ogginfo was barfing
on a stream (see previous oggz-comment patch).
It fixes 32/64 bit %lld format bugs (vorbis and kate), adds a missing argument
to a warning message, adds comments to what the return values of pageseek
mean, and doesn't read more data if unneeded (this will lessen the memory
used, but might mean worse performance, so the previous code might have done
this on purpose ?)
Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ogginfo-format+missing-argument+read-what-we-need+comments.diff
Type: text/x-patch
Size: 2155 bytes...
2016 Jun 21
1
Icecast and Chrome on Android
...ut before the
audio resumes playing. Firefox on Android and Safari on iOS don't exhibit
this issue. I've been trying out several HTML 5 JavaScript audio players
but they all encounter the same cutout issue. I've tried adjusting the
client caching settings in icecast but nothing seems to lessen the 30-45
second cutout. Anybody have any solutions for getting audio streaming
working with Chrome on Android?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20160621/9072d44f/attachment.htm>
2008 Sep 19
1
ggplot2 and lattice
...m in the process of learning lattice graphics and have looked at
ggplot2 a little. I would like to know if there is a "tutorial" that
shows how to convert lattice code into ggplot code and vise versa. I
am finally discovering the power of these two packages and would like
suggestions to lessen my learning curve. I could not find a straight
foward answer on the internet (I may have not looked far enough) to
what a parralelle plot is used for.
thanks
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
Let's not spend our time and resources thinking about thin...
2006 Mar 08
1
impact of qualify=yes
Anyone have any information on the performance impact of using
qualify=yes for hundreds (500ish) of SIP UAs?
I have seen tidbits on qualifyspreading=yes, but not enough to
understand what it does. I assume lessens the peak load of qualify sip
options queries?
Thx!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/b151d09b/attachment.htm
2012 Oct 23
1
Minimizing Computational Time
...k some suggestions from you. I have a long programme written in R
with several 'for' loops inside. I just want to get them out by any elegant
way (if there is!) to reduce the computational time of the main programme.
For instance, is there any smart way for the following programme that will
lessen time?
---------------------------------------------------------------------------------------------------------------
dose<-seq(0,10,.5)
alpha1<--4
beta1<-0.5
alpha2<--6
beta2<--.7
psi1<-function(alpha1,beta1,alpha2,beta2,d){
z1<-exp(alpha1+beta1*d)
z2<-exp(alpha2+beta2*d...
2008 May 19
0
[LLVMdev] VS build is broken again
...> cmake can create nmake files as well. It's also possible to add a different
> generator that use something else (even one that would output to gmake and
> use msvc compiler and gcc for header dependencies ;) ).
For what it's worth, I think that using a system like cmake, while lessening the load of the LLVM developers, increases
the load on users of LLVM. I'm building a piece of software and I have to deal with each external dependency using it's
own favourite build system - the end result is that to build my software I have to use SCons, bjam, cmake, Visual Studio
_...
2009 Sep 09
2
streaming meetme conference
...3 conference call comes around, we will have the need to have
approximately 300-400 users in this call. Obviously, all would be
'listen only' mode and only 1 or 2 two would be speaking as marked/admin
users.
Our conference hosting provider was able to stream our calls to the web
so that lessened the number of calls into the bridge. I'd like to
accomplish the same thing with Asterisk.
I got Icecast and app_ices() up and working fine, streaming the
conference, but I ran into three serious issues:
1. icecast only supports OGG/Vorbis and neither iTunes nor WMP can
play that fo...