similar to: How To Free memory

Displaying 20 results from an estimated 200 matches similar to: "How To Free memory"

2010 Dec 16
1
defining a formula method for a weighted lm()
In the vcdExtra package on R-Forge, I have functions and generic methods for calculating log odds ratios for R x C x strata tables. I'd like to define methods for fitting weighted lm()s to the resulting loddsratio objects, but I'm having problems figuring out how to do this generally. # install.packages("vcdExtra", repos="http://R-Forge.R-Project.org")
2008 Oct 15
5
REXML vs libxml
Hi all, I''ve been looking at the performance of my fb app and one glaring issue seems to be with the parsing speed of rexml in processing the results. Has anyone looked into porting the facebooker parser from rexml to libxml? If not, any reason I shouldn''t try? Thanks! Yu-Shan. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 09
2
CentOS 4.4 Installation on Dell poweredge 2900 raid 1 + raid 5 fail
Hi All, I install CentOS 4.4 without additional driver disk. When I partition the disk, I create nothing on the raid 5, and I just create " / " " /boot " and "swap" on the raid 1. And it works. When I create a mount point /storage on the raid 5 and create " / " " /boot " and "swap" on the raid 1. The error comes again, saying that
2006 Jan 27
1
Classifying Intertwined Spirals
I'm using an SVM as I've seen a paper that reported extremely good results. I'm not having such luck. I'm also interested in ideas for other approaches to the problem that can also be applied to general problems (no assuming that we're looking for spirals). Here is my code: library(mlbench) library(e1071) raw <- mlbench.spirals(194, 2) spiral <-
2007 May 12
2
HA with CentOS
Hi All, I have two identical computers with CentOS 5.0 and lampp installed. Are there any high-availability solution for CentOS? So, when one one computer offline, another could act as a backup and being transparent to user. Regards, Tong -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Apr 26
2
grep and strings
I have the following command: length( grep("\.a\.", names(temp))) where temp is a vector with names I want to count the number of entries that contain the sequence of characters ".a.". However, R seems to return all entries that contain "a" (every entry contains "." in this example). How should I fix this? Thanks __________________________________
2016 Jan 07
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Am 07.01.2016 um 10:55 schrieb Frank: > On Wed, 2016-01-06 at 17:03 +0100, Juergen Sauer wrote: Thx, 4answer. :) >> with in my sip.conf, I have got for this hardphone: >> [...] >> [hard1] >> username=hard1 >> secret=correct-and-three-times-checked-4-digit-pin > > In most cases, there is no need to set the "username=" option. The
2012 Dec 01
3
6Tb Database with ZFS
Hello, Im about to migrate a 6Tb database from Veritas Volume Manager to ZFS, I want to set arc_max parameter so ZFS cant use all my system''s memory, but i dont know how much i should set, do you think 24Gb will be enough for a 6Tb database? obviously the more the better but i cant set too much memory. Have someone implemented succesfully something similar? We ran some test and the
2019 Mar 29
5
CentOS Repository broken ?
Hello, I have a CentOS 7 server with dovecot Repository enabled. But it is not possible to Update with Yum Update I have this Error? The dovecot package is missing? --> Transaktionspr?fung wird ausgef?hrt ---> Paket dovecot-imaptest.x86_64 2:2.3.5-1 markiert, um aktualisiert zu werden ---> Paket dovecot-imaptest.x86_64 2:2.3.5.1-1 markiert, um eine Aktualisierung zu werden -->
2005 Sep 30
2
sudo /etc/init.d/dovecot start doesn't work
I've been trying to get dovecot working with postfix with virtual domain setting. I noticed that if I started dovecot with "sudo /usr/sbin/dovecot", everything would work fine. But if I started with "sudo /etc/init.d/dovecot start", I would get the following permission error. I checked "ps -ef | grep dovecot" and didn't find anything different. Sep 29
2004 Jan 14
2
Dell PE600SC with ServerWorks CSB6
Hello! Has anyone gotten 4.9R to recognize the "ServerWorks CSB6" ATA controller on a Dell 600SC? How about installing 5.2R on a 600SC? 5.2R recognizes the said controller, but it corrupts data. -- eof
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
Hello all, I plan to make an (emergency) multi OS bootable CD which contain: - Win98 boot floppy (create from Win 98 control panel, add remove program) - WinME boot floppy (create from Win 98 control panel, add remove program) - Linux boot disk - Win NT boot disk - Win 2000 recovery console - Win XP recovery console - Winternal Administrative Pak (ERD Commander etc) I am new to Linux and feel
2009 Feb 05
1
Multiple-Line Comment (PR#13503)
Hello, sorry for writing here because my problem is not a realt bug but may be a solution for many people working with R: I miss the feature for commenting some lines of code at once without writing a bunch of "#" in front of each line. This is interesting for trying out some code. I found some workarounds like IFELSE(FALSE){} and `!`<- function(x) { if (inherits(x,
2017 Dec 05
2
PLS in R
Hello, I need help with a partial least square regression in R. I have read both the vignette and the post on R bloggers but it is hard to figure out how to do it. Here is the script I wrote: library(pls) plsrcue<- plsr(cue~fb+cn+n+ph+fung+bact+resp, data = cue, ncomp=7, na.action = NULL, method = "kernelpls", scale=FALSE, validation = "LOO", model = TRUE, x = FALSE, y =
2019 Mar 29
1
CentOS Repository broken ?
or something has been cached, try: yum clean all and then yum update > Am 29.03.2019 um 14:49 schrieb Gerald Galster via dovecot <dovecot at dovecot.org>: > > Hello, > > can you please check if the dovecot repository is enabled? > Is it mentioned at the top of the output when you do "yum update": > > (1/10): base/7/x86_64/group_gz > (2/10):
2007 Jul 22
1
is there kiosk mode for firefox?
Is there kiosk mode for firefox in linux, like the IE kiosk mode in windows? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070722/b2222c4c/attachment.html>
2003 Nov 17
1
rpart postscript graphics, Mac OS
I am running R on Mac OS X 10.2x. When I create postscript graphics of rpart tree objects, a tiny part of the tree gets trimmed off, even when it has only a few terminal nodes. This happens even without fancy but worse if fancy=T. (This doesn't happen with boxplot, scatter plots, etc.) How do I fix this? postscript("tree.eps") plot(davb.tree, u=T) text(davb.tree, use.n=T,
2016 Jan 06
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Hi! I wish you all e Happy New Year first! Allthough, I'm relative new to Asterisk, I got our server up and Running, Softphones, ISDN, and a brand new Snom 821 are working flawlessly. :) Platform is Debian 8/Asterisk Packages (11) from Debian Repo. But I am running into problems setting up 2 older Hardphones, Thomson 2030S. :( with in my sip.conf, I have got for this hardphone: [...]
2008 Jun 06
2
Scriptalicious: Ajax Inline Text Editor
Hi, I''m just starting out with Scriptalicious + Prototype, and I''ve run into a problem. I''m trying to create an Ajax.InPlaceEditor that combines the custom size textbox, and the custom parameter (from the examples in the scriptalicious documentation) http://github.com/madrobby/scriptaculous/wikis/ajax-inplaceeditor I''ve tried a couple different methods (one of
2007 Jun 20
8
[PATCH 0/5] KVM paravirt_ops backend (v3)
Hi, This is an update to the paravirt_ops KVM backend series. I've made a number of changes and attempted to incorporate all the feedback from the last review. Some highlights: 1) Clean up the paravirt time source patch to use a more Xen-like model 2) Change the hypercall queueing to pass a PA on the flush hypercall 3) Add MMU support for release_{pt,pd} and TLB flush 4) Use KVM specific