Displaying 20 results from an estimated 5359 matches for "grow".
2016 Mar 15
7
RFC: DenseMap grow() slowness
...big DenseMap, one that potentially gets filled with up to 1 entry for each instruction in the function. EarlyCSE is the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
grow() is inherently slow because it needs to rehash and reinsert everything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to imp...
2007 Mar 11
0
How to best manage my dial plans as the continueto grow, and grow, and grow....
...rs-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of C F
> Sent: Saturday, March 10, 2007 9:04 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] How to best manage my dial plans as the
> continueto grow, and grow, and grow....
>
> How did pound bounce that user to the wrong extension? carefull dial
> plan writing should eliminate this problem
>
> On 3/9/07, Christopher Aloi <chris.aloi@gmail.com> wrote:
> > Hello List -
> >
> > I've been slowing growing...
2007 Mar 09
1
How to best manage my dial plans as the continue to grow, and grow, and grow....
Hello List -
I've been slowing growing my extensions.conf file and have been wondering
how everyone manages their systems. I currently have my main
extensions.conf where I reference my sub extensions (for tenants or
customers) files using the include statements and define my global
variables. Today while watching the asterisk conso...
2007 Jan 11
3
Strange behaviour with Scriptaculous v 1.7.0 beta 2
...e << "$(''content'').morph({width:''308px''}, {duration:0.5});"
page.replace_html ''subcontent'', :partial => ''sub''
page.replace_html ''nav_path'', nav_path
page.delay(0.5) do
page.visual_effect :grow, ''subcontent''
end
but grow set the opacity of subcontent to 0 and I can''t undestand why.
before RJS call:
<div class="right-box" id="subcontent" style="display: none;"></div>
after RJS call:
<div class="right-box"...
2008 Mar 03
3
LVM and kickstarts ?
...did not exist.
Running `lvm lvchange -a -y pathname` from with in the shell after
anaconda failed made the volgroup / logvol active. Which would allow the
format command to complete.
Option 1:
zerombr yes
clearpart --all --initlabel
part /boot --fstype ext3 --size=100
part pv.os --size=10000 --grow --maxsize=10000 --asprimary
volgroup os_volgroup01 pv.os
logvol swap --fstype swap --name=os_swap_logvol --vgname=os_volgroup01
--recommended
logvol / --fstype ext3 --name=os_root --vgname=os_volgroup01 --size=1024
--grow
Option 2:
zerombr yes
clearpart --all --initlabel
part /boot --fstype ext3...
2017 Dec 04
2
gencache.tdb growing and growing and...
Is it normal that the gencache.tdb should grow and grow “forever” and fill up with “RA/<hex>” posts?
I’ve been investigating why our Samba 4.7.3 servers (happened with older version 4 servers too) would use such insane amounts of memory on our FreeBSD 11.1 servers (we see smbd processes using hundreds of megabytes of RAM and up to 5GB vi...
2009 Feb 27
7
Memory usage for C++ Application is growing
Hi ,
I have c++ server application in solaries 10 . Day by day memory usage is growing
i try to find memory leaks with MDB and DTRACE and no leaks found. how can we find reason for growing memory , can we know which memory sigment is cause for growing memory usage
Thanks in Advance.
Rao
--
This message posted from opensolaris.org
2013 Apr 30
3
Line similarity
Folks,
This is probably a "help me google this properly, please"-type of question.
In TIBCO Spotfire, there is a procedure called "line similarity". I use this to determine which observations show a growing, stable or declining pattern... sort of like a mini-regression on the time-line for each observation.
So of the input is something like this:
Name Year_1_value Year_2_value Year_3_value
A 1 2 3
B 2 7 19
C 3 4 2
D 10 7 6
E 4 4 5
F NA 3 6
Then the desired output is as follows:
A...
2005 Sep 09
0
RTP ports in use grows and grows...
We've been seeing a pattern over the last couple of weeks with our
Asterisk servers (1.0.9). The number of ports in use (RTP) seems to grow
by two every minute or so. Eventually the server will run out of
allowable files open and crash. We are resetting the server once per day
to prevent this from occurring.
Running "lsof" shows the end of the list like this:
asterisk 26733 astx 1794u IPv4 183341654 UDP
19...
2016 Mar 15
2
RFC: DenseMap grow() slowness
...big DenseMap, one that potentially gets filled with up to 1 entry for each instruction in the function. EarlyCSE is the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
>>
>> grow() is inherently slow because it needs to rehash and reinsert everything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve c...
2014 Jul 16
1
anaconda, kickstart, lvm over raid, logvol --grow, centos7 mystery
I am testing some kickstarts on ESXi virtual machine with pair of 16GB disks.
Partitioning is lvm over raid.
If i am using "logvol --grow i get "ValueError: not enough free space in volume group"
Only workaround i can find is to add --maxsize=XXX where XXX is at least 640MB less than available.
(10 extents or 320Mb per created logical volume)
Following snippet is failing with "DEBUG blivet: failed to set size: 640MB...
2007 Oct 17
2
Sometimes Dovecot v1.0.3 does not accept new connections
...sponds with the greeting.
My user backend is a LDAP server.
I've sniffed the interface, but I also don't see numerous connection
attempts, so I suppose, that there is no DoS attack running.
The logfile contains no warning or error except:
dovecot: Oct 17 15:34:44 Warning: auth(default): Growing pool
'plain_auth_request' with: 2048
dovecot: Oct 17 15:34:49 Warning: auth(default): Growing pool
'plain_auth_request' with: 2048
dovecot: Oct 17 15:34:52 Warning: auth(default): Growing pool
'plain_auth_request' with: 2048
dovecot: Oct 17 15:35:02 Warning: auth(defau...
2011 Oct 19
5
Instalation of lastest version of Shorewall in Debian
...release, by adding:
Package: *
Pin: release a=stable
Pin-Priority: 600
to preferences file
Someone had the same difficulty?
The above configuration is correct?
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
2016 Mar 15
2
RFC: DenseMap grow() slowness
...big DenseMap, one that potentially gets filled with up to 1 entry for each instruction in the function. EarlyCSE is the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
>
> grow() is inherently slow because it needs to rehash and reinsert everything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up w...
2014 Feb 20
2
Growing HW RAID arrays, Online
...stood that this process starts with metal, and has many
layers that must each adjust to make use of the additional space.
Each of these layers also says that it can do that 'online' without
interruption or rebooting. But making it happen is not that easy.
When the HW raid controller's grow completes, we echo 1 to
/sys/bus/scsi/devices/#:#:#:#/rescan and the kernel notices and
updates the size of the block device. (sdc in this case) sdc1 is the
only partition on the device, and should consume the entire device.
sdc1 is a PV in a VG that holds production data and must not become
unava...
2011 Mar 15
10
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
This series of patches address several issues causing memory usage to grow
indefinetely on a long lived process.
These are not convenional leaks -- memory would have been freed when the LLVM
context or/and JIT engine is destroyed -- but for as long as they aren't the
memory is usage effectively ubounded.
The issues were found using valgrind with '--show-reachabl...
2005 Aug 23
1
Problem with AUTH causes serverside lockup
Hello all,
I am running Dovecot alpha1, and after about 24 hours of the server
working fine, it starts to lock up when I open Thunderbird to check mail.
Basically I can see new mail, but when I click it, it just hangs at
"Loading message...".
I get the following in my maillog:
Aug 23 09:25:28 palantir dovecot: auth(default): client in: AUTH
1 PLAIN service=IMAP
2013 Mar 09
1
kickstart %pre vda/sda troubles
...o
use the %pre section but getting a bit stuck. This is what I have:
%pre
if [ -b /dev/sda ]
then
zerombr
clearpart --all
bootloader --location=mbr --timeout=0 --driveorder=sda
--append="crashkernel=auto rhgb quiet"
part /boot --fstype=ext4 --size=500
part pv.008002 --grow --size=1
volgroup vg_host --pesize=4096 pv.008002
logvol / --fstype=ext4 --name=lv_root --vgname=vg_host --grow
--size=1024 --maxsize=51200
logvol swap --name=lv_swap --vgname=vg_host --grow --size=512 --maxsize=1024
fi
elif [ -b /dev/vda ]
then
zerombr
clearpart --all
bootl...
2006 Feb 17
1
Growing pools and disconnects
Since a couple of hours I see *a lot* of the following messages in my
maillog:
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 32768
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 65536
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 131072
This h...
2007 Mar 09
4
How to create a list that grows automatically
Dear R users
I would like to know if there is a way to create a list or an array (or
anything) which grows automatically as more elements are put into it. What I
want to find is something equivalent to an ArrayList object of Java
language. In Java, I can do the following thing:
// Java code
ArrayList myArray = new ArrayList();
myArray.add("object1");
myArray.add("object2");
....
//...