search for: strenghtens

Displaying 7 results from an estimated 7 matches for "strenghtens".

2016 Nov 18
1
80k+ locked files from single samba user
> Gesendet: Donnerstag, 17. November 2016 um 20:47 Uhr > Von: "Jeremy Allison via samba" <samba at lists.samba.org> > An: "Dirk Wartmann" <dirk.wartmann at gmx.de> > Cc: samba <samba at lists.samba.org> > Betreff: Re: [Samba] 80k+ locked files from single samba user > > On Thu, Nov 17, 2016 at 02:26:48PM +0100, Dirk Wartmann via samba
2016 May 06
2
Resuming the discussion of establishing an LLVM code of conduct
...ded by the core principle of respect, and not by a list of prohibited behaviors. I believe that it will behoove each member treat others with respect and to oppose unacceptable actions. When the enforcement of such standards comes from the genuine conviction, and not simply from a document, it strenghtens the community as a whole. Pointing to a document only invites searching for potential loopholes. -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2016 May 06
4
Resuming the discussion of establishing an LLVM code of conduct
..., and not by a list of prohibited behaviors. > > I believe that it will behoove each member treat others with > respect and to oppose unacceptable actions. When the enforcement > of such standards comes from the genuine conviction, and not > simply from a document, it strenghtens the community as a whole. > Pointing to a document only invites searching for potential loopholes. > > -Krzysztof > > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > hosted by The Linux Foundation > _________________________...
2016 Nov 17
2
80k+ locked files from single samba user
Hi, our setup succesfully serves 100+ concurrent users for years. beginning a month ago every few days we see single users with 80k+ locked files. Normally all users together only have <5k locked files. This large amount of locked files degrades server performance (too much consumed memory, server beginns swapping). Is there any way i can prevent single users to lock more than for example
2014 Jan 16
4
USB boot problems on Gigabyte GA-M55Plus-S3G
Hi, (mixing statements from various mails) Ronald F. Guilmette wrote: > To repeat, I already do know exactly how to set or unset the bootable > flag. Sorry for not getting this right on the first reading. I currently understand that a set active/bootable flag prevents the USB stick from showing up in BIOS, and that without that flag it begins to boot but fails with files not found.
2016 May 05
8
Resuming the discussion of establishing an LLVM code of conduct
Proposed alternative DRAFT -------------------------- LLVM Code of Conduct (LCoC) Prologue: LLVM community as a whole strives for equality and respect in all areas. With this in mind, we want to establish a few words that help(s)? everyone understand what to do if there is ever questions or conflicts. Motto: Be respectful, have fun and do great engineering. LLVM Community members: People in
2016 Aug 26
10
[RFC] Interprocedural MIR-level outlining pass
Hi everyone, Since I haven't said anything on the mailing list before, a quick introduction. I'm an intern at Apple, and over the summer I implemented a prototype for an outlining pass for code size in LLVM. Now I'm seeking to eventually upstream it. I have the preliminary code on GitHub right now, but it's still very prototypical (see the code section).