Displaying 20 results from an estimated 44 matches for "30x".
Did you mean:
0x
2014 Apr 15
3
[LLVMdev] Proposal: AArch64/ARM64 merge from EuroLLVM
Hi Tim,
I just read this thread and I see that you mentioned the buildbot and my name.
> - LLVM test suite enabled in the buildbot and testing ARM64 (Gabor)
What exactly I can do to help you with the merge process?
Best regards,
Gabor Ballabas
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 17
2
SIP redirect
Hi,
is it possible to let asterisk issue a SIP redirect?
A SIP invite command by a SIP client should be answered
by 30X Temporarly moved to SIP/....
Is this possible with asterisk, maybe from within the dialplan?
(reinvite is not what I'm looking for, because it does not
completely release the originally called SIP server, e.g. if
reinvite fails, ...)
Roger.
2006 Dec 06
1
Can not hear called party
Hello,
We have a problem on a recent asterisk install with Polycom 30x phones;
Sometimes (can not reproduce or find the logic of the problem after one
week one analysis), the called party (even incoming or outgoing call)
can not hear the calling party, as other flow works (caller hears
called). This occurs between 5 and 10% of the time.
The configuration is the fo...
2023 Mar 09
3
CIFS client mounts meta ops 30 times slow than server
Hi Samba users,
We would like to use samba for re-exporting our other distributed file
system (BeeGFS). However, we found that the meta data operations are very
slow (dir stat, removal etc.). On SMB client the performance is more than
30x slow than on the SMB server. We would expect some slowness but this is
too big a drop.
This is the result on CIFS client
$ sudo mdtest -b 10 -I 10 -L -z 2
mdtest-3.3.0 was launched with 1 total task(s) on 1 node(s)
Command line used: mdtest '-b' '10' '-I' '10' ...
2023 Mar 14
1
How to configure?
Hello all.
Our Gluster 9.6 cluster is showing increasing problems.
Currently it's composed of 3 servers (2x Intel Xeon 4210 [20 cores dual
thread, total 40 threads], 192GB RAM, 30x HGST HUH721212AL5200 [12TB]),
configured in replica 3 arbiter 1. Using Debian packages from Gluster
9.x latest repository.
Seems 192G RAM are not enough to handle 30 data bricks + 15 arbiters and
I often had to reload glusterfsd because glusterfs processed got killed
for OOM.
On top of that, p...
2014 Jan 03
2
[PATCH net-next 1/3] net: allow > 0 order atomic page alloc in skb_page_frag_refill
...s to wait even longer
after this compact/reclaim cycle for those pages to be read back from
disk. This is a significant reduction in useful memory from before
skb_page_frag_refill() existed, as one of our systems could run in
steady state will little free memory and 100% fragmentation. Now I see
10-30x more memory free (read: not utilized). Order > 0 allocations
were happening rarely before, now it happens consistently from this
function.
My suggestion above would avoid mm going through
__alloc_pages_direct_compact() and triggering the bad events above. It
will take me several days to try thi...
2014 Jan 03
2
[PATCH net-next 1/3] net: allow > 0 order atomic page alloc in skb_page_frag_refill
...s to wait even longer
after this compact/reclaim cycle for those pages to be read back from
disk. This is a significant reduction in useful memory from before
skb_page_frag_refill() existed, as one of our systems could run in
steady state will little free memory and 100% fragmentation. Now I see
10-30x more memory free (read: not utilized). Order > 0 allocations
were happening rarely before, now it happens consistently from this
function.
My suggestion above would avoid mm going through
__alloc_pages_direct_compact() and triggering the bad events above. It
will take me several days to try thi...
2012 Jul 24
1
temp fix: Simultaneous reads and writes from specific apps to IPoIB volume seem to conflict and kill performance.
...sending it to
gluster fs. The improvement in IO (and application) performance is
dramatic.
ie (all files on a gluster fs)
genomeCoverageBed -ibam RS_11261.bam -g \
ref/dmel-all-chromosome-r5.1.fasta -d |gzip > output.cov.gz
inserting the '| gzip' increased the app speed by more than 30X
(relative to not using it on a gluster fs; however it even improved
the wall clock speed of the app relative to running on a local
filesystem by about 1/3), decreased the gluster CPU utilization by
~99% and reduced the output size by 80%. So, wins all round.
The long version:
============
The t...
2023 Mar 15
1
How to configure?
...egards,Strahil Nikolov?
On Tue, Mar 14, 2023 at 16:44, Diego Zuccato<diego.zuccato at unibo.it> wrote: Hello all.
Our Gluster 9.6 cluster is showing increasing problems.
Currently it's composed of 3 servers (2x Intel Xeon 4210 [20 cores dual
thread, total 40 threads], 192GB RAM, 30x HGST HUH721212AL5200 [12TB]),
configured in replica 3 arbiter 1. Using Debian packages from Gluster
9.x latest repository.
Seems 192G RAM are not enough to handle 30 data bricks + 15 arbiters and
I often had to reload glusterfsd because glusterfs processed got killed
for OOM.
On top of that, p...
2016 Jan 14
2
JDataFrame API
Hi Folks,
If you need to send data from Java to R you may consider using the
JDataFrame API -- which is used to convert data into JSON which then
can be converted into a data frame in R.
Here's the project page:
https://coherentlogic.com/middleware-development/jdataframe/
and here's a partial example which demonstrates what the API looks like:
String result = new JDataFrameBuilder()
2016 Jan 15
2
JDataFrame API
...> user system elapsed
> 0.962 0.186 0.494
>
> So the JSON route is very roughly ~13x slower than using Java directly. Obviously, this will vary by data set type etc. since there is R overhead involved as well: for example, if you have only numeric variables, the JSON route is 30x slower on reading alone [50x total]. String variables slow down everyone equally. Interestingly, the JSON encoding is using all 16 cores, so the 2.7s real time add up to over 20s CPU time so on smaller machines you may see more overhead.
>
> If you need process separation, it may be a differe...
2007 Feb 28
7
Showdown -- A javascript port of Markdown
...ithful, line-by-line port of Markdown.pl, but I've
made a few changes to work around missing RegExp features and to
improve performance. I'm kind of shocked by the speedup I got
without any algorithmic changes: Showdown converts my 300KB test file
about 10x as fast as Markdown 1.0.2b2 and 30x as fast as 1.0.2b7.
More reasonable input shows a smaller (but still substantial)
improvement. I'm guessing that the major gains are from getting rid
of md5 hashing, anchoring a wandering regex in `_Detab()`, and
removing `_TokenizeHTML()` completely.
I think the sample app actually ended up...
2023 Mar 15
1
How to configure?
...23 at 16:44, Diego Zuccato
> <diego.zuccato at unibo.it> wrote:
> Hello all.
>
> Our Gluster 9.6 cluster is showing increasing problems.
> Currently it's composed of 3 servers (2x Intel Xeon 4210 [20 cores dual
> thread, total 40 threads], 192GB RAM, 30x HGST HUH721212AL5200 [12TB]),
> configured in replica 3 arbiter 1. Using Debian packages from Gluster
> 9.x latest repository.
>
> Seems 192G RAM are not enough to handle 30 data bricks + 15 arbiters
> and
> I often had to reload glusterfsd because glusterfs p...
2012 Jul 26
2
kernel parameters for improving gluster writes on millions of small writes (long)
This is a continuation of my previous posts about improving write perf
when trapping millions of small writes to a gluster filesystem.
I was able to improve write perf by ~30x by running STDOUT thru gzip
to consolidate and reduce the output stream.
Today, another similar problem, having to do with yet another
bioinformatics program (which these days typically handle the 'short
reads' that come out of the majority of sequencing hardware, each read
being 30-150 ch...
2006 Feb 01
0
HPN patch for OpenSSH 4.3 released
...else. This is still in the HPN-11 cycle of patches. We hope to
have an update to HPN-12 out sometime in March (when I can get some
freetime). This will conform more closely to the OpenSSH nomenclature
and argument structure.
Basic functionality has been tested. We're still getting a 20x to 30x
performance improvement for bulk data transfer on paths with high BDP. I
don't think we've broken any of the new functionality but if someone
does find a problem please let me know ASAP.
Also, if anyone here is using the GSI patch (Grid Security
Infrastructure) a new version has been r...
2007 Aug 09
2
How to disable DND feature key in Polycom Phone
Hi
We have polycom 430,501 and 301 phones. Our customer does not need DND feature in any form.
I can disable this feature from asterisk server but How can i disable this feature on phones. In the
sip configuration file i found the parameter that change the phone behaviour during DND from busy
to normal but still if the phone is in dnd mode the phone ringer would be off which is unacceptable.
2014 Jan 03
0
[PATCH net-next 1/3] net: allow > 0 order atomic page alloc in skb_page_frag_refill
...; after this compact/reclaim cycle for those pages to be read back from
> disk. This is a significant reduction in useful memory from before
> skb_page_frag_refill() existed, as one of our systems could run in
> steady state will little free memory and 100% fragmentation. Now I see
> 10-30x more memory free (read: not utilized). Order > 0 allocations
> were happening rarely before, now it happens consistently from this
> function.
>
> My suggestion above would avoid mm going through
> __alloc_pages_direct_compact() and triggering the bad events above. It
> will t...
2016 Jan 15
0
JDataFrame API
...(), .jevalArray))
user system elapsed
0.962 0.186 0.494
So the JSON route is very roughly ~13x slower than using Java directly. Obviously, this will vary by data set type etc. since there is R overhead involved as well: for example, if you have only numeric variables, the JSON route is 30x slower on reading alone [50x total]. String variables slow down everyone equally. Interestingly, the JSON encoding is using all 16 cores, so the 2.7s real time add up to over 20s CPU time so on smaller machines you may see more overhead.
If you need process separation, it may be a different story...
2006 Jun 06
1
Redirect\Cookie bug with MSIE 5.5sp2
Hello all,
There seems to be a bug in internet explorer 5 where a redirect
causes the session to be lost.
A controller says....
def login
case @request.method
when :post
if @session[:user] = User.authenticate(@params
[:user_login], @params[:user_password])
return redirect_to(:action=>''send_confirmation'') unless
2004 Mar 01
1
glm logistic model, prediction intervals on impact af age 60 compared to age 30
Dear R-list.
I have done a logistic glm using Age as explanatory variable for some
allergic event.
#the model
model2d<-glm(formula=AEorSAEInfecBac~Age,family=binomial("logit"),data=emrisk)
#predictions for age 30 and 60
preds<-predict(model2d,data.frame(Age=c(30,60)),se.fit=TRUE)
# prediction interval