search for: frugal

Displaying 20 results from an estimated 25 matches for "frugal".

2007 Apr 11
2
sem is not "taking" the model
...e a mistake somewhere in the model? (notice, TIME has only 1 indicator - t1, and I fixed t1's error variance at 0.414.) Thank you! model1 <- specify.model() NECESSITY -> n1, NA, 1 NECESSITY -> n2, lam_nec_2, NA NECESSITY -> n3, lam_nec_3, NA NECESSITY -> n4, lam_nec_4, NA FRUGALITY -> f1, NA, 1 FRUGALITY -> f2, lam_frug_2, NA FRUGALITY -> f3, lam_frug_3, NA TIME -> t1, NA, 1 n1 <-> n1, theta_n1, NA n2 <-> n2, theta_n2, NA n3 <-> n3, theta_n3, NA n4 <-> n4, theta_n4, NA f1 <-> f1, theta_f1, NA f2 <-> f2,...
2007 Aug 13
0
decTOP - Centos install fails but DSL frugal install worked
...uot;Resolving Dependenies". Just sits there. Oh, Openfiler 'figured out' to load up a USB driver to get to the CD. I haven't found my FreeNAS CD to see what it does. But the latest D*#nSmallLinux (DSL) had no trouble booting and running of CD. Now I have successfully done the Frugal install to the hard drive and am booted without the CD at all. Now I REALLY want to run Centos on a couple of these units. What should I look for that is causing Centos to fail to instal? How do I capture that debug trace? Since I DO have DSL up and running, if there is some test to perform,...
2009 Feb 28
1
(no subject)
...cfg I must change to start Ubuntu-Linux? There are the following files in Ubuntu-casper: initrd.gz vmlinuz The syslinux.cfg at bootfloppy begins with: DEFAULT linux24 APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix frugal TIMEOUT 300 PROMPT 1 DISPLAY boot.msg F1 boot.msg F2 f2 F3 f3 LABEL dsl KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix frugal Regards, Svgt -- Computer Bild Tarifsieger! GMX FreeDSL - Telefonanschlu...
2009 Nov 18
4
rails newbie : routing error
...route : map.resources :expenses Here I am using mysql database and created a unique index, since db:migrated created an id object and made it as primary key. Now in the def create @expense = Expense.new(params[:expense]) if @expense.save flash[:viola] = ''New expense saved.. be frugal, save during this bad economy'' redirect_to expenses_path else render :action => ''new'' #redirect_to new_expense_path end Here I try to save, and if any error, render action =>''new''. When I do that I get the Called id for nil,...
2020 Jan 22
3
virsh vol-download uses a lot of memory
...process 13428 (virsh) total-vm:2851388kB, anon-rss:486180kB, file-rss:12564kB, shmem-rss:0kB I wonder why "virsh vol-download" needs so much RAM. It does not get killed straight away, it takes a few minutes to get killed. It starts using a VMSIZE of around 295 MiB, which is not really frugal for a file download operation, but then it grows and grows. Note that the virtual machine is not running (shut off) while doing the backup. Last time I tried with an increased memory limit of 5G, "virsh vol-download" was killed when using 7,4 G, and the partially-downloaded volume file...
2020 Jan 22
4
Re: virsh vol-download uses a lot of memory
...gt;> anon-rss:486180kB, file-rss:12564kB, shmem-rss:0kB >> >> I wonder why "virsh vol-download" needs so much RAM. It does not get >> killed straight away, it takes a few minutes to get killed. It starts >> using a VMSIZE of around 295 MiB, which is not really frugal for a >> file download operation, but then it grows and grows. > > This is very likely a memory leak somewhere. Actually, it is not. It's caused by our design of the client event loop. If there are any incoming data, read as much as possible placing them at the end of linked l...
2004 Mar 16
1
Out of memory buffers
Hi, We use rsync 2.6.0 version to synchronize data for a while till recently we got an error in one directory : ERROR: out of memory in init_hard_links rsync error: error allocating core memory buffers (code 22) at util.c(115) rsync: connection unexpectedly closed (8 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) The rsync options were used -avSH, can
2011 Dec 22
3
Beginner and need to install Wine IExplore
I have recently downloaded puppy to my computer. The version is Lucid version 5.2.8, released Aug 2011. It is the only running OS in a very old machine that use to run Windows 2000 Professional. I believe I downloaded the full-package, I'm not sure if the installation was a frugal process. I am trying to run Wine IExplore it is telling me to download gecko so that HTML will run. How do I do that? I need step by step instructions, please. Newbie, here. I don't know which gecko I should get and I don't know all the console commands. Every time I try to type anythi...
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
...al-vm:2851388kB, > anon-rss:486180kB, file-rss:12564kB, shmem-rss:0kB > > I wonder why "virsh vol-download" needs so much RAM. It does not get > killed straight away, it takes a few minutes to get killed. It starts > using a VMSIZE of around 295 MiB, which is not really frugal for a file > download operation, but then it grows and grows. This is very likely a memory leak somewhere. Can you try to run virsh under valgrind and download a small disk? valgrind could help us identify the leak. For instance: valgrind --leak-check=full virsh vol-download /path/to/small/...
2006 Dec 04
0
How to calculate area between ECDF and CDF?
...an the other simple subtraction of the integrals would yield the area between. However, when the functions cross, as frequently occurs, the solution seems much more complex. Any suggestions? Since as noted above I'll be doing the area calculation 1e5 times or so per test, a computationally frugal solution would be much appreciated! Here's some code that I've been toying with: #set up some true parameters shape=2 scale=.5 shift=.3 n=10 #generate some observed data obs=obs=rweibull(10,shape,scale)+shift #lets say that the following are the estimated parameters from whatever estim...
2006 Mar 08
1
memory limits in Windows
Hello, I apologize, since I know that variations of this question come up often, but I have searched both the archives and the rw-FAQ, and haven't had any luck solving my problem. I am trying to run some generalized additive mixed models (using the mgcv library) with some large datasets, and get error messages regarding memory allocation. An example dataset has around 45,000 points
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
...kB, file-rss:12564kB, shmem-rss:0kB > > > > > > I wonder why "virsh vol-download" needs so much RAM. It does not get > > > killed straight away, it takes a few minutes to get killed. It > > > starts using a VMSIZE of around 295 MiB, which is not really frugal > > > for a file download operation, but then it grows and grows. > > > > This is very likely a memory leak somewhere. > > Actually, it is not. It's caused by our design of the client event loop. If > there are any incoming data, read as much as possible placing...
2009 Jun 29
2
Large Stata file Import in R
Hi I am using Stata 10 and I need to import a data set in stata 10 to R, I have saved the dataset in lower versions of Stata as well by using saveold command in Stata. My RAM is 4gb and the stata file is 600MB, I am getting an error message which says : "Error: cannot allocate vector of size 3.4 Mb In addition: There were 50 or more warnings (use warnings() to see the first 50)" Thus
2016 Jul 28
3
installing centos 7 32 bit i386 to laptop
On 07/28/16 01:13, Ned Slider wrote: > On 28/07/16 06:16, John R Pierce wrote: <<>> >> hmmm, that repository has no 32 bit RPMs. >> >> http://mirror.steadfast.net/centos/7/os/ >> >> but they do exist here, http://mirror.centos.org/altarch/7/os/ and >> http://mirror.centos.org/altarch/7/updates/ >> >> so you might need to tweak your
2016 Jul 28
3
installing centos 7 32 bit i386 to laptop
...again. > > then, ideally, pull down a copy of the whole '7/*/i386/' tree of the > altarch respository, and put it on a local http file server, then you > can point the CentOS-*.repo's directly to that and yum will fetch from > this local repo. > ===> being 'frugal', yet a short step of 'gung ho', i am saving pages i have already logged and some of the linked pages. if while reading a page and i need to read a page i do not have, i am back at site pulling that page and it's links. after a few more trips to site, i just may well have the whole...
2009 May 03
7
running R on netbooks/minis?
Dear R People: Is it possible to run R on a netbook/mini, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2020 Jan 23
1
Re: virsh vol-download uses a lot of memory
...e-rss:12564kB, shmem-rss:0kB >>>> >>>> I wonder why "virsh vol-download" needs so much RAM. It does not get >>>> killed straight away, it takes a few minutes to get killed. It >>>> starts using a VMSIZE of around 295 MiB, which is not really frugal >>>> for a file download operation, but then it grows and grows. >>> >>> This is very likely a memory leak somewhere. >> >> Actually, it is not. It's caused by our design of the client event loop. If >> there are any incoming data, read as much as...
2005 Jul 06
2
Other possible solutions to: rsync memory usage, paid feature request
...y well involve spooling the lists to temporary files, in which case you'll probably need to buy the storage from solution number (2) above anyhow, in addition to paying for the coding, and get what amounts to nearly the same solution as (2) and/or (3) anyhow. That said, I am always in favor of frugal use of core -- it all depends on what the proposed solution is; if it involves substituting user-space 'swapping' to disk rather than kernel-space swapping, it's likely not worth (apparently large) effort, which could be better directed at other improvements, especially considering the...
2011 Feb 18
5
BInd Problem or Update SSL ?
> From: Larry Vaden <vaden at texoma.net> > Date: Sun, Jan 23, 2011 at 8:03 PM > Subject: sources of bind-9.7.2-P3 rpms for Centos 4.8 and 5.5? > Our site running Centos 4.8 and 5.5 name servers was hacked with > the result that www.yahoo.com is now within our /19 and causing > some grief. Don't understand what you mean by 'within our /19'. Have your IP
2001 Aug 15
4
WSJ article
...time he spent on the project; he says he'll "eat, sleep, dream about the code" for weeks at a time. He has been slowly eating away at a $65,000 windfall he made last year from working at a dot-com called FastEngines. To pay the bills, he does occasional consulting gigs. He also lives frugally: He works on a fold-up table from Staples in a room with green shag carpet and jars full of Siamese fighting fish that he is trying to interbreed. While more than 100,000 people downloaded test versions of the software just last month alone, that's nothing compared with the scores of million...