similar to: Log Summary

Displaying 20 results from an estimated 2000 matches similar to: "Log Summary"

2019 Apr 12
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Just throwing my two cents in: I think removing/deprecating fork would be a bad idea for two reasons: 1) There are no performant alternatives 2) Removing fork would break existing workflows Even if replaced with something using the same interface (e.g., a function that automatically detects variables to export as in the amazing `future` package), the lack of copy-on-write functionality would
2019 Apr 13
3
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Hi Inaki, > "Performant"... in terms of what. If the cost of copying the data > predominates over the computation time, maybe you didn't need > parallelization in the first place. Performant in terms of speed. There's no copying in that example using `mclapply` and so it is significantly faster than other alternatives. It is a very simple and contrived example, but
2008 Nov 12
1
rspec-users Digest, Vol 29, Issue 48
en.com On: Wed Nov 12 12:46:54 EST 2008, Mark Wilden mark at mwild wrote: > On Wed, Nov 12, 2008 at 9:27 AM, James B. Byrne <byrnejb at harte- > lyne.ca> wrote: > >> Feature: Manage entities # features/manage_entities.feature >> > > This is just a side note, but is "manage entities" really a feature? It > sounds pretty vague. I''m not
2019 Feb 03
4
Variable names rule
> On Feb 2, 2019, at 8:18 PM, Chris Lattner <clattner at nondot.org> wrote: > > > >> On Feb 1, 2019, at 6:20 AM, Michael Platings via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi all, >> >> As application of the naming rules are currently under discussion [1] this seems like a good time
2013 Apr 01
3
Don't understand how to re-partition this setup or why it was made like this
Hello, I did df -h on my CentOS 6.4 machine. $ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_ysg-lv_root 47G 8.8G 36G 20% / tmpfs 948M 372K 947M 1% /dev/shm /dev/sda1 485M 62M 398M 14% /boot /dev/mapper/vg_ysg-lv_home 4.6G 2.7G 1.7G 63% /home What I don't understand is why
2014 Aug 30
4
[Bug 2268] New: VisualHostKey double printing with odd alignment
https://bugzilla.mindrot.org/show_bug.cgi?id=2268 Bug ID: 2268 Summary: VisualHostKey double printing with odd alignment Product: Portable OpenSSH Version: 6.6p1 Hardware: amd64 OS: Linux Status: NEW Severity: trivial Priority: P5 Component: ssh Assignee: unassigned-bugs at
2019 Aug 26
2
purge causing reappearing mails?
2019 Sep 02
1
purge causing reappearing mails?
Any idea what?pid 7584 is? Aki On 2.9.2019 14.08, telsch via dovecot wrote: > Hello, > > today i got reappearing mails again, but not from purging. In the logs i > only found this. I've got massive problems by many users because > reappearing mails. If you need more information, i could provide. > > > Sep 02 12:58:43 doveadm: Warning: Transaction log file >
2003 Oct 21
5
issue with 3.7.1p2
Hello, I have recently download and compiled version 3.7.1p2 of openssh, but am having authentication issues with it. I have been using 3.6.1p1 with no problems. Both versions were compiled on the same Solaris 8 host. That host uses ldap for its name service. Both were compiled using the same openssh config options: --prefix=/opt/openssh --with-pam --with-zlib=/opt/openssh/lib However, the
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
hi- If I source the following for(k in seq(1:20)){ x<-runif(20000,min=-500,max=2000) y<-runif(20000,min=-500,max=2500) z<-runif(20000,min=-10,max=10) cat(k,"file",memory.size()) cc<-rainbow(11) plot(x,y,asp=1i,xlim=c(-500,2000),ylim=c(-500,2500),main=k,cex=1.0) for(i in seq(-10,10,2)){ points(x[z > i],y[z > i],col=cc[(12+i)/2],cex=1.0) } rm(x,y,z)
2009 Apr 30
10
tweaking Passenger/Rack for performance.
so here are my unorganized thoughts on Passenger settings. * PassengerMaxPoolSize This depends a lot on two primary variables. a) How much RAM you have. b) How much resident memory is needed for your environments/modules. Only way to determine this is with tweaking, and you''ll need to be much more conservative than the suggested settings on the Passenger docs as your app takes up a lot
2002 Dec 17
2
slowness when using roaming profiles
I am on a rh 7.2 machinr running samba. My clients are windows 2000 and whn using locl profiles I experience quick log-ons and quicj log-offs. Whwn I flag the client for roaming profiles, it seems to take many minutes to log off. The users roaming directory IS created and is populated with their user inoformation, one user has 300M of stuff.Which I thought was alot. When the user goes to
2006 Apr 07
3
Pointer position on keypress event?
Hi. Is there any straightforward way to tell pointer position (x, y) upon keypress? In original wxWidgets, wxKeyEvent supports GetX() and GetY() methods, but wxRuby''s KeyEvent object does not have one. I also checked with event.methods and event.instance_variables. Do I need to keep track of pointer position by evt_motion? -- Taisuke Yamada <tyamadajp@spam.rakugaki.org>,
2013 Sep 30
4
Re: libguestfs powerpc package
[Please keep message on the list] On Mon, Sep 30, 2013 at 12:58:38AM +0200, Roberto Innocenti wrote: > [libguestfs on ppc] You should be able to compile from the latest source on ppc64, since I spent some time a few weeks ago getting it to work: http://comments.gmane.org/gmane.linux.redhat.fedora.virtualization/2268 Start with git (not 1.22), read the README file, and let us know on the
2006 Jan 18
2
TI 6xxx platform performance
I'm trying to make a design decision between a TI 6416 or DM642 (fixed point) and 6713 (floating point) platform. The application is a 32 channel speech encoder. (CBR only, 8khz, 8kbps) To get a feel for the computational load, I am running 1 second (50 frames) of voice through the encoder. My profile of the 6416 indicates I'm at 27.4M cycles/channel. I need to get below 720Mhz/32
2015 Jan 11
5
Design changes are done in Fedora
On Fri, January 9, 2015 17:36, John R Pierce wrote: > On 1/9/2015 2:32 PM, Always Learning wrote: >> Enterprise, in the RHEL context, suggests stability or have I >> misunderstood the USA definition of "Enterprise" ? > > > Enterprise to me implies large business Enterprise literally means 'undertaking'. It has been used euphemistically since the later
2018 Jul 27
1
Finding memory usage
On 7/27/2018 12:13 PM, Gordon Messmer wrote: > On 07/27/2018 08:10 AM, Bowie Bailey wrote: >> The problem is that I can't find 2.4G of usage. > > > Are your results from "top" similar to: > > ? ps axu | sort -nr -k +6 That looks the same. > > If you don't see 2.4G of use from applications, maybe the kernel is > using a lot of memory.? Check
2011 Mar 25
0
[LLVMdev] Announcing: LLVM 2.9 RC2 Testing Phase
On 2011-03-25 08:07, Bill Wendling wrote: > Well! we had a rather fruitful phase 1 testing round. Several issues were addressed. After a bit of a delay, we are ready for phase 2 testing. > > This phase is to make sure that no patches submitted to fix problems and complete features in phase 1 caused further difficulties. Please download the sources, compile them, and then compile as much
2008 Jan 25
2
strange xen memory calculations?
Hi, I have started the xen kernel with parameter dom0_mem=300M. xm info | grep total total_memory : 2045 Name ID Mem VCPUs State Time(s) Domain-0 0 300 2 r----- 292.1 FTP 822 1 56.7 LDAP 1 822 1 r----- 541.3 NFS1 822 1 14.8 NFS2 822 1 1.4 For the
2000 Jan 05
1
Printing with lpr or lprng without two copy
Hello! We're using samba to manage our HP LaserJet 8000, which is a very fast and high capable printer. So we need the best performance, when we printing. The problem is when samba receive a file for printing it's copying the file to a tmp directory, and after that the lpr is copying this file out to its own spool directory. For example, where a 300M printing job is arriving from a