similar to: Increasing swap file size?

Displaying 20 results from an estimated 30000 matches similar to: "Increasing swap file size?"

2007 Jan 06
1
Running Creatoon [was: Increasing swap space]
Matt Jordan wrote: > I think I'm tantalizingly close to being able to use a program called > Creatoon (http://www.creatoon.com) via Wine on my Ubuntu Edgy set-up. > The Creatoon interface loads but doesn't seem to do anything. During > Creatoon's start-up, I get two identical messages telling me that some > unspecified module could not be loaded. Nah, it's not swap
2004 Feb 04
0
Odd result of increasing journal size?
[NOTE: I apologize in advance if this shows up as a duplicate. I sent it once by accident from the wrong account, so the message has been waiting moderation. If the moderator reads the list, hopefully they'll notice I already posted :)] I have a number of machines which are used for mail storage. We've had issues with sporadic slow connections to the machine, seemingly blocking on I/O.
2017 May 16
0
Consider increasing the size of HSIZE
The HSIZE constant, which sets the size of the hash table used to store symbols is currently defined as `#define HSIZE 4119`. This value was last increased in r5182 on 1999-07-15. https://github.com/jimhester/hashsize#readme contains a code which simulates a normal R workflow by loading a handful of packages. In the example more than 20,000 symbols are included in the hash table, resulting in a
2009 Nov 11
0
[LLVMdev] Proposal: intp type
I realize that most users of LLVM aren't affected by this, because most frontends aren't target-neutral, and thus know in advance how big a pointer is. At least, that's my impression. In my case, I've been attempting to build a target-neutral frontend. In my tool chain, the target is specified at link time, not at compile time. Among other things, that means that the same IR file
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
2017 Aug 10
0
Zoo rolling window with increasing window size
Use a `width` of integer index locations. And you likely want = "right" (or rollapplyr(), as I used). R> set.seed(21) R> x <- rnorm(10) R> rs <- rollapplyr(x, seq_along(x), sum) R> cs <- cumsum(x) R> identical(rs, cs) [1] TRUE On Thu, Aug 10, 2017 at 1:28 PM, Christofer Bogaso <bogaso.christofer at gmail.com> wrote: > Hi again, > > I am
2007 Jul 19
1
RAM, swap, Error: cannot allocate vector of size, Linux:
Dear Community, I am very new to the world of Linux and R and I have stumbled upon a problem that I cannot seem to resolve on my own. Here is the relevant background: I am working on a 64-bit Linux Fedora Core 6 OS. I using R version 2.5.1. I have 3.8 Gb of RAM and 1.9 Gb of swap. As I see it, there are no restraints on the amount of memory that R can use imposed by this particular OS build.
2017 Aug 10
2
Zoo rolling window with increasing window size
Hi again, I am wondering there is any function for 'zoo' time series, where I can apply a user defined function rolling window basis, wherein window size is ever increasing i.e. not fixed. For example, let say I have below user defined function and a zoo time series : > library(zoo) > UDF = function(x) sum(x) > TS = zoo(rnorm(10), seq(as.Date('2017-01-01'),
2017 Aug 10
0
Zoo rolling window with increasing window size
Replace "sum" with your custom function's name. I don't see any reason why that wouldn't work, and the problem with my solution is not clear in your response. r <- rollapplyr(x, seq_along(x), yourCustomFunctionGoesHere) On Thu, Aug 10, 2017 at 1:39 PM, Christofer Bogaso <bogaso.christofer at gmail.com> wrote: > Hi Joshua, thanks for your prompt reply. However
2011 Jul 07
1
Changing the size of the swap memory
When I first installed my CentOS system the machine had only 1 GB. the swap memory was set to 2 GB Now the machine has 4 GB but swap is still 2 GB. With that much memory maybe it doesn't matter, but it sure looks odd. Is there any way to change it? Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA
2006 Dec 13
1
ffmpeg2theora icecast ubuntu edgy
Hi, I just wanna share with you my experience with theora ffmpeg2theora, icecast2 and ubuntu edgy. I wanted to broadcast live video on an Ubuntu machine with ffmpeg2theora, oggfwd and icecast2. I read the thread http://lists.xiph.org/pipermail/icecast/2005-February/008608.html about the stream dying after a couple seconds with libshout 2.0. Now the same happens if you use libshout3 v2.2 with
2006 Nov 08
1
run pxelinux.0 on a booted system
I am trying to come up with a 'clever' way to pxe-boot boxes that don't have any way to pxe boot. as in, old laptops that only have pc-mica nics. "Etherboot does not (yet) offer support for PCMCIA cards." http://www.etherboot.org/wiki/pcmcia_support I am not trying to do 'that' - just trying to come up with a process to work around it. Something like this:
2009 Dec 07
3
Kickstart wrong swap size
All machines kickstarted here consistently have a swap partition with the wrong size. According to the RHEL5 manual: | To determine the size of the swap partition automatically, use the | --recommended option: | | swap --recommended | | The recommended maximum swap size for machines with less than 2GB of RAM is | twice the amount of RAM. For machines with 2GB or more, this recommendation |
2007 Feb 13
0
Puppet on Ubuntu Edgy
Is anyone having problems with running Puppet 0.22.1 on Edgy? I installed the puppet and facter packages from Fiesty and I get core dumps when I try to run puppetd on the machine. Prior to that I was using 0.20.1 packages from Debian testing and all seemed well. I posted about the core dump yesterday. Luke recommended upgrading Ruby so I grabbed ruby-1.8.5-p12 source and installed. The prior
2007 Mar 28
3
changing swap size
Is it possible to change the swap size with out re-installing the system? Looking at the dd command but don't really know what to expect. Many thanks for your help -- This message has been scanned for viruses and dangerous content by MailScanner at caspercollege.edu and is believed to be clean.
2008 Jan 23
0
Increasing the kernel command line size
I''m having problems with my Dom0 kernel command lines being truncated, and I want to increase the command line size. They currently default to a maximum size of 256 bytes and I want to increase that to 1024 bytes. I changed the #defined variable COMMAND_LINE_SIZE in 3 places in the 2.6.18 kernel from 256 to 1024, but it had no effect. I''m aware that I''m actually
2009 Sep 30
0
Increasing XEN VPS''s Disk size from back end
Hi, Can some one tell me how can I increase the disk size of a XEN VM from backend? Thanks, Gopi. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Sep 30
0
Increasing XEN VPS''s Disk size from back end
Hi, Can some one tell me how can I increase the disk size of a XEN VM from backend? Thanks, Gopi. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2000 Apr 18
1
increasing memory size
Dear R people, I wonder if some kind person can tell me the correct syntax to set the R_VSIZE environmental variable. I tried R_VSIZE = 10M in ~/.Renviron and also export R_VSIZE = 10M. These don't seem to work. I scrounged around looking for details about this, couldn't find any, got fed up. Faheem.
2000 Dec 12
1
increasing memory size in R
How can I change thesize of the memory to, say --vsize=60 --nsize=1500k, once I have opened R? I'm now using Windows98 and open R with an icon and don't know how to make the change once I'm in R. I have no problem in Unix since I can specify the change when I first open R. Bob Tsutakawa -------------- next part -------------- An HTML attachment was scrubbed... URL: