Displaying 20 results from an estimated 17675 matches for "increasibly".
2013 May 24
1
FLAC for Android: warning: cast increases required alignment of target type
Now that I can build FLAC again with Janne's patch I would like to report
about the warnings I get when building for Android:
android-make | grep warn
md5.c: In function 'format_input_':
md5.c:282:25: warning: cast increases required alignment of target type
[-Wcast-align]
md5.c:288:24: warning: cast increases required alignment of target type
[-Wcast-align]
decode.c: In function
2001 Apr 05
3
increasing the size of the journal data file
Hi all
I'm running succesfully 2.2.19pre13ext3
as mentioned in the subject line, I would like to increase the journal file
I have the jfs/* and ext3/* files and I believe that:
+ asigning a new journal (-o journal=[new inode or increased inode]) data can solve it
+ increasing the actual file _appending zeroes_ to it can be used to increase
it online, however the new space will not be
2007 Mar 19
2
sorting with criteria that are "out of order"
I try to sort this dataframe:
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] "CM" "BARBY" "INCREASED" " 0" " 2" " 0" " 1" " 1"
[2,] "CM" "BARBY" "REDUCED" " 0" " 1" " 2" " 2" " 5"
[3,] "CM"
2005 Jun 02
1
nls.control: increasing number of iterations
Hello,
I'm using the nls function and would like to increase the number of
iterations. According to the documentation as well as other postings on
R-help, I've tried to do this using the "control" argument:
nls(y ~ SSfpl(x, A, B, xmid, scal), data=my.data,
control=nls.control(maxiter=200))
but no matter how much I increase "maxiter", I get the following error
2010 Aug 03
4
[PATCH 5/6] staging: hv: Increased storvsc ringbuffer and max_io_requests
From: Hank Janssen <hjanssen at microsoft.com>
Increased storvsc ringbuffer and max_io_requests. This now more closely mimics
the numbers on Hyper-V. And will allow more IO requests to take place for the SCSI driver.
Signed-off-by:Hank Janssen <hjanssen at microsoft.com>
Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com>
---
drivers/staging/hv/storvsc_api.h | 4 ++--
2010 Aug 03
4
[PATCH 5/6] staging: hv: Increased storvsc ringbuffer and max_io_requests
From: Hank Janssen <hjanssen at microsoft.com>
Increased storvsc ringbuffer and max_io_requests. This now more closely mimics
the numbers on Hyper-V. And will allow more IO requests to take place for the SCSI driver.
Signed-off-by:Hank Janssen <hjanssen at microsoft.com>
Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com>
---
drivers/staging/hv/storvsc_api.h | 4 ++--
2012 Jul 25
8
online increase of zfs after LUN increase ?
Hello,
There is a feature of zfs (autoexpand, or zpool online -e ) that it can consume the increased LUN immediately and increase the zpool size.
That would be a very useful ( vital ) feature in enterprise environment.
Though when I tried to use it, it did not work. LUN expanded and visible in format, but zpool did not increase.
I found a bug SUNBUG:6430818 (Solaris Does Not Automatically
2005 Nov 21
4
Can't figure out warning message
Hi,
I apologize for the previous posting, where the message was not formatted
properly. Here is a better version:
I have written the following function to check whether a vector has elements
satisfying monotonicity.
is.monotone <- function(vec, increase=T){
ans <- TRUE
vec.nomis <- vec[!is.na(vec)]
if (increase & any(diff(vec.nomis,1) < 0, na.rm=T)) ans <- FALSE
2008 May 13
2
Max consecutive increase in sequence
Hi all R helpers,
I'm trying to comeup with nice and elegant way of "detecting" consecutive
increases/decreases in the sequence of numbers. I'm trying with combination
of which() and diff() functions but unsuccesifuly.
For example:
sq <- c(1, 2, 3, 4, 4, 4, 5, 6, 5, 4, 3, 2, 1, 1, 1, 1, 1);
I'd like to find way to calculate
a) maximum consecutive increase = 3 (from 1
2002 Apr 10
5
sfq, queue len and dropped packets
Hi
If I use sfq qdisc on a CBQ class I get a lot of dropped packets and the
backlog itr almost always to its full value: 128. From the HOWTO I
understand that the queue is at 128 packets, and SFQ shows 128/1024 flows
, but how can I increase that value ? I have tried ip link set txqueuelen
but this only increases the tx queue on the interface.
qdisc sfq d468: quantum 1514b limit 128p flows
2017 Jun 05
2
why increasing vCPUs increasing the CPU sockets for QEMU+KVM
Hi All,
I am new here, please warn me If I am not following proper etiquette of
this mailing list.
I am breaking my head, regarding why libvirt is defining multiple CPU
sockets when I increase the vCPU count. As and when I increase the vCPU
count in libvirt guest XML, it is increasing the CPU sockets in qemu
instance.
" -smp 4,sockets=4,cores=1,threads=1 " instead " -smp
2019 Sep 11
3
Increase logging verbosity of saslauthd?
Hi
CentOS 7.X, sendmail.x86_64 8.14.7-5.el7, cyrus-sasl.x86_64 2.1.26-23.el7
There are conflicting message on how to increase the logging of saslauthd.
I know I can do this:
/usr/sbin/saslauthd -d -n0 -m /var/run/saslauthd -a pam
but that requires a terminal as saslauthd logs the output to STDOUT, this is not what I want.
I would like to have it started as a daemon and verbosity of
2014 Jan 08
1
Why Rice order in "--best" switch is limited to 6?
No, FFMPEG uses its own FLAC encoder/decoder, based on Flake source
code, that based on FLAC reference encoder/decoder source code.
Yes, I agree that "optimal"? values for reference encoder/decoder may
differ "optimal"? values for FFMPEG's encoder/decoder.
But we're talking about the "highest reasonable" values, not "optimal".
>>>>>
2017 Jun 05
0
Re: why increasing vCPUs increasing the CPU sockets for QEMU+KVM
On Mon, Jun 05, 2017 at 08:40:19PM +0530, girish kumar wrote:
> Hi All,
>
> I am new here, please warn me If I am not following proper etiquette of
> this mailing list.
>
> I am breaking my head, regarding why libvirt is defining multiple CPU
> sockets when I increase the vCPU count. As and when I increase the vCPU
> count in libvirt guest XML, it is increasing the CPU
2009 Oct 30
3
possible to increase precision
I would like to increase the precision/accuracy of R. That is, I'm
dealing with numbers exceedingly close to 1, and I would like to
increase the number of significant digits used in computation. In
matlab, you can use vpa() to accomplish this. I'm wondering if there's
an equivalent or a workaround in R.
Greg
2007 Dec 06
3
How does one increase the output buffer size?
In 2.4 kernels, there was a [bp]fifo that could be implemented with ''tc
add'', but in 2.6 kernels, I find no way to create either of these
fifos. I am able to increase txqueuelen.
What I desire is a larger number of backlogged packetes before drops
occur.
How can the output buffer size be increased for HTB?
--
gypsy
2007 Jul 04
3
zfs dynamic lun expansion
Hi,
I had 2 luns in a zfs mirrored config.
I increased the size of both the luns by x gig and offlined/online the individual luns in the zpool, also tried an export/import of the zpool, but i am unable to see the increased size....what would i need to do to see the increased size?...or is it not possible yet?
This message posted from opensolaris.org
2011 Mar 22
4
memory increasing
Dear All,
I am an Italian researcher in Economics. I work with large sample data. I
need to increase the memory in R-project in order to upload a file ".dta".
How can I do this?
Thank you.
graziella
--
View this message in context: http://r.789695.n4.nabble.com/memory-increasing-tp3396511p3396511.html
Sent from the R help mailing list archive at Nabble.com.
2017 Oct 10
14
/boot partition too small
First off - let me say I am not an administrator.?? I need to know?if there is an easy way to increase my /boot partition.? When I installed CentOS 6 after running 5, it was my oversight not to increase the /boot size.? it's too small and I can't do yum updates.
if it's not easy to actually increase it, is it safe to take a chunk in my root filesystem (like /new.boot or something) and
2008 Oct 31
1
gregexpr slow and increases exponentially with string length --> how to speed it up?
Dear All,
I have a long string and need to search for regular expressions in
there. However it becomes horribly slow as the string length
increases.
Below is an example: when "i" increases by 5, the time spent increases
by more! (my string is 11,000,000 letters long!)
I also noticed that
- the search time increases dramatically with the number of matches found.
- the perl=T option