search for: 21016

Displaying 8 results from an estimated 8 matches for "21016".

Did you mean: 2016
2020 Aug 30
2
EL8: rebased firefox dumped core
EL8: Since the new update of firefox (rebased), I get a lot of coredumps while playing videos. Anyone experiencing the same? Aug 30 16:44:05 work.localdomain systemd-coredump[27017]: Process 21016 (firefox) of user 1006 dumped core. Stack trace of thread 21016: #0 0x00007f9f09137c6f raise (libpthread.so.0) #1...
2007 Oct 18
0
Mongrel-users Digest, Vol 21, Issue 16
...=on max=1 retry=30 BalancerMember http://bomber:21012 keepalive=on max=1 retry=30 BalancerMember http://bomber:21013 keepalive=on max=1 retry=30 BalancerMember http://bomber:21014 keepalive=on max=1 retry=30 BalancerMember http://bomber:21015 keepalive=on max=1 retry=30 BalancerMember http://bomber:21016 keepalive=on max=1 retry=30 BalancerMember http://bomber:21017 keepalive=on max=1 retry=30 BalancerMember http://bomber:21018 keepalive=on max=1 retry=30 BalancerMember http://bomber:21019 keepalive=on max=1 retry=30 BalancerMember http://bomber:21020 keepalive=on max=1 retry=30 BalancerMember http...
2007 Oct 17
9
proxy errors with apache2.2.3 + mongrels
I''ve posted this to rails-deployment as well. I have to administer a medium size rails app (1''5 million requests each day), recently I''ve switched from lighttpd + fcgi to apache + mongrel. In the following lines I am going to describe the platform: All machines are running Debian Etch, with 4 gb ram and dual core intel32 processors. Web server runs debian''s
2006 Mar 15
1
dynamic events calendar
does anyone know of any available dynamic events calendar plugin/engine/tutorial? i''m a designer just getting started with any real programming and would love any help anyone could provide pointing me in the right direction. thanks bunches, Anthony -- Posted via http://www.ruby-forum.com/.
2014 Sep 11
1
replicating (manage)sieve - no symlink on replica?
...p 11 15:20 ssfntest 21048 4 drwx------ 3 ssfnimp dlagimp 4096 Sep 11 15:20 ssfntest/.sieve 21052 4 drwx------ 2 ssfnimp dlagimp 4096 Sep 11 15:20 ssfntest/.sieve/tmp 21056 4 -rw------- 1 ssfnimp dlagimp 69 Sep 11 15:20 ssfntest/.sieve/managesieve.sieve 21016 0 lrwxrwxrwx 1 ssfnimp dlagimp 38 Sep 11 15:05 ssfntest/dbox-alt-root -> /home/dlag/var/mail/alternate/ssfntest FS tree node1 "before": [..boxes]# find ssfntest -ls|grep -v mailb 1835841 4 drwx------ 4 ssfnimp ssfnimp 4096 Sep 11 15:20 ssfntest 1835861 0 l...
2020 Aug 05
3
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
...t be split out post inlining. > We've performance numbers from Firefox which shows ~5% performance > improvement with HCS (cc: Ruijie @rjf). Vedant also reported performance > numbers across iOS and Swift benchmarks in the past. I could find ( > https://github.com/apple/swift/pull/21016) which reported decent > performance improvement in core ios Frameworks. > > Nice. If possible, the same performance tests can be done for Machine Splitting once the patch is posted :) > That said we have been working on improving the cost model which I think > will help alleviate...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
Hello, I've come across a curious issue with Samba 3.6.10. When running 'emacs' version GNU Emacs 23.3.1 (i386-mingw-nt6.0.6002) of 2011-03-10 on 3249CTO on Windows Server 2008 SP2 x64 and issuing a file "revert" of one sort or another against a Samba-served file, the 'smbd' process leaks two or three handles. Eventually, when 16k handles are open, this causes
2020 Aug 05
10
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
Greetings, We present “Machine Function Splitter”, a codegen optimization pass which splits functions into hot and cold parts. This pass leverages the basic block sections feature recently introduced in LLVM from the Propeller project. The pass targets functions with profile coverage, identifies cold blocks and moves them to a separate section. The linker groups all cold blocks across functions