search for: swapfile

Displaying 20 results from an estimated 84 matches for "swapfile".

2013 Oct 21
11
swapfile on btrfs, temporary solution for wiki
Hello list, i know what btrfs don''t support swap files. I read arch wiki and when i reading about systemd addon for auto create swapfile on btrfs, i invent the way, how create and using swap file, just see following sh code: swapfile=$(losetup -f) #free loop device truncate -s 8G /swap #create 8G sparse swap file losetup $swapfile /swap #mount file to loop mkswap $swapfile swapon $swapfile i just adding this to rc.local and th...
2008 Mar 28
1
bwlimit on rsync locally
...nc speed was slowed down, but iostat is not improved at all. In both case the block written speed is increased by the same amount. How could I really slow down I/O while using rsync? Any help would be greatly appreciated. Regards, - Reeve rsync without --bwlimit: > iostat; rsync -a -r --stats swapfile swapfile.rsync; iostat Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn sda 7.53 103.43 421.27 64549578 262909196 Number of files: 1 Number of files transferred: 1 Total file size: 2147483648 bytes Total transferred file size: 2147483648 bytes Li...
2000 Dec 27
1
problem report about installation of OpenSSH
Hello I apologise for sending this in in no particular format, but I do not have "sendbug" on my machine. I have just downloaded openssh-2.3.0p1 for installation on my Slackware 3.4 Linux OS (running on a Compaq Armada 1540DM laptop with a 150 MHz Pentium). As instructed, I also obtained and installed zlib-1.1.3 and openssl-0.9.6. Both unpacked, compiled, and installed without apparent
2009 Nov 10
1
swapless pvm
...practice in creating PVm domU''s - with or without swap? >From the admin point of view, especially in HA environment it is temptating not to have a seperate swap partition. Could it be performance issue if swapping to swap-file insted of swap-partition? What about pure swapless- no swapfile, no swap-partition? Any expirence out there? regards Longina -- -- Longina Przybyszewska, system programmer IT@Naturvidenskab IMADA, Department of Mathematics and Computer Science University of Southern Denmark, Odense Campusvej 55,DK-5230 Odense M, Denmark tel: +45 6550 2359 - http://www.ima...
2008 Nov 05
2
Adding another swap
Hi ALL, I have a harddisk with 3 primary partitions and one extended partitions. Under extented partions , there are 15 partions. Whole hard disk has been partitioned in a standard way, (i.e NOT LVM) It has 2GB ram. swap is also 2GB. Now I want to extend this swap to 4 GB. If I use dd coomand and create a file with 2GB, Will I be able to extend the swap witn swapon commnad? How can I achive
2004 Jan 28
3
Server crashed using rsync
I'm trying to make a backup using this command rsync -auvH /home/ /bak --delete --bwlimit=1000 --status server load has been increased so much and the server crashed, as well has gone out of memory My Server is a Dual Xeon 2.0 GHz with 2GB of Memory + 1GB Swap. Could be that there are too many files, about 5.000.000, to be backed up ? The way the files are structured make very
2007 Apr 03
3
How to Increase Swap Memory in Centos 4.4?
To install Oracle Database 10g, I need to increase the swap memory to 1004 MB. [root at server OpenBravo]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm Preparing... ########################################### [100%] This system does not meet the minimum requirements for swap space. Based on the amount of physical memory available on the system, Oracle Database 10g Express Edition
2006 May 04
1
Debian DomU not properly mounting swap
...ady mounted or /dev/pts busy mount: according to mtab, devpts is already mounted on /dev/pts none on /dev/shm type tmpfs (rw) mount: none already mounted or /sys busy mount: according to mtab, sysfs is already mounted on /sys * Mounting local filesystems failed with error code 96. Will now activate swapfile swap. Done activating swapfile swap. I do not have this problem when creating DomUs with Gentoo or Fedora Core. Could the problem reside with the Debian hotplug subsystem? I have reviewed the Xen 3.0/Debian howto at http://www.howtoforge.com/perfect_setup_xen3_debian but I cannot find anyth...
2004 Jun 09
3
Segmentation fault!!
Hi all, I'm trying to use wine, and I downloaded the recent rpm packages for my FedoraCore, I installed it, but wen I want to run any wine binary it fail with 'segmentation fault' error message I also tryed winelauncher, and it sad 'wine has exited with a failure status of 139' Can anybody tell me what's the problem Thanks in advance Kovacs Alpar
2007 Apr 18
2
[patch 4/9] Guest page hinting: volatile swap cache.
...++++ mm/filemap.c | 19 ++++++++++++++++++ mm/memory.c | 12 +++++++++-- mm/page-discard.c | 26 ++++++++++++++++--------- mm/rmap.c | 49 ++++++++++++++++++++++++++++++++++++++++++++---- mm/swap_state.c | 24 ++++++++++++++++++++++- mm/swapfile.c | 29 ++++++++++++++++++++++------ 8 files changed, 149 insertions(+), 22 deletions(-) diff -urpN linux-2.6/include/linux/pagemap.h linux-2.6-patched/include/linux/pagemap.h --- linux-2.6/include/linux/pagemap.h 2006-09-01 12:50:23.000000000 +0200 +++ linux-2.6-patched/include/linux/...
2007 Apr 18
2
[patch 4/9] Guest page hinting: volatile swap cache.
...++++ mm/filemap.c | 19 ++++++++++++++++++ mm/memory.c | 12 +++++++++-- mm/page-discard.c | 26 ++++++++++++++++--------- mm/rmap.c | 49 ++++++++++++++++++++++++++++++++++++++++++++---- mm/swap_state.c | 24 ++++++++++++++++++++++- mm/swapfile.c | 29 ++++++++++++++++++++++------ 8 files changed, 149 insertions(+), 22 deletions(-) diff -urpN linux-2.6/include/linux/pagemap.h linux-2.6-patched/include/linux/pagemap.h --- linux-2.6/include/linux/pagemap.h 2006-09-01 12:50:23.000000000 +0200 +++ linux-2.6-patched/include/linux/...
2009 Jun 08
4
[caiman-discuss] Can not delete swap on AI sparc
Hi Richard, Richard Robinson wrote: > I should add that I also used truss and saw the same ENOMEM error. I am on a 4Gb system with swap -l reporting > > swapfile dev swaplo blocks free > /dev/zvol/dsk/rpool/swap 181,1 8 4194296 4194296 > > and I was trying to follow the directions for increasing swap here: > http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#Resizing_ZFS_Swap_and_Dump_Devices if I unde...
2005 Jan 02
12
[XEN] using shmfs for swapspace
...first, reducing each machine to only having 32mb of ram, and secondly, on the host, creating a MASSIVE swap file (1gbyte), making a MASSIVE shmfs/tmpfs partition (1gbyte) and then creating swap files in the tmpfs partition!!! the reasoning behind doing this is quite straightforward: by placing the swapfiles in a tmpfs, presumably then when one of the guest OSes requires some memory, then RAM on the host OS will be used until such time as the amount of RAM requested exceeds the host OSes physical memory, and then it will go into swap-space. this is presumed to be infinitely better than forcing the sw...
2008 Nov 12
1
Error in matrix: too many elements specified
Dear all, I run the 64 bit version of R under ubuntu 8.10. I have a dual core machine with 5 GB RAM. Further, I increased virtual memory with a swapfile to 90 GB. If I run a program which uses large matrixes, I get the following error message: "Error in matrix: too many elements specified". Is there a possibility to increase the possible size of a matrix? Many thanks and best wishes, Diego [[alternative HT...
2008 Aug 21
0
Wine memory bug with patch?
...SPACE_LIMIT ((void *)0x7fff0000) /* top of the user address space */ with # define ADDRESS_SPACE_LIMIT 0 /* no limit needed on other platforms */ # define USER_SPACE_LIMIT 0 /* no limit needed on other platforms */ When I compile something without this patch, Wine seems to use the Linux swapfile before it uses the 1GB Wine reserves for Linux. But, when I use this patch, Wine seems to go into the 1GB reserved for Linux and corrupts what I'm trying to compile. With this patch, is there a way to keep Windows programs from using the 1GB reserved for Linux, and using the swapfile instead?
2004 Mar 13
1
win32-mmap followup
Oops - just realized that there aren''t accessors for namespace, swapfile, size, etc. Should we add them? Or don''t we want to because then it might become confusing as to whether those values were "shared"? Dan _________________________________________________________________ Store more e-mails with MSN Hotmail Extra Storage – 4 plans to choose f...
2011 Jan 24
1
adding raid1 to running system
I have followed the procedure on the Centos page: http://wiki.centos.org/HowTos/CentOS5ConvertToRAID My setup is slightly different. I am using two partitions, / and /home. I have setup swap as a file, /home/swapfile. My hard drives are 500Gig sda and sdb. In modifying the instructions for initializing sdb I have: used /dev/md0 for / (sdb1) used /dev/md1 for /home (sdb2) In section 3.6 The line: mount /dev/RaidSys/Root /mnt/root.new was changed to mount /dev/md0 /mnt/root.new Everything seems to go well...
2011 Oct 26
1
XEN DomU Boot hangs at: Starting periodic command scheduler: crond.
...tarting the Cron-Daemon. [ 1.810477] EXT3 FS on xvda1, internal journal Loading kernel modules...done. Cleaning up ifupdown.... Setting up networking.... Activating lvm and md swap...done. Checking file systems...fsck from util-linux-ng 2.17.2 done. Mounting local filesystems...done. Activating swapfile swap...done. Cleaning up temporary files.... Configuring network interfaces...done. Setting kernel variables ...done. Cleaning up temporary files.... INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting enhanced syslogd: rsyslogd. Starting periodic command schedul...
2008 Jun 01
1
capacity query
...14G 4.0G 10G 28% /lib/libc.so.1 fd 0K 0K 0K 0% /dev/fd swap 6.4G 28K 6.4G 1% /tmp swap 6.4G 24K 6.4G 1% /var/run swap 9.8G 24K 236M 1% /swap # swap -l swapfile dev swaplo blocks free /dev/zvol/dsk/swap/vol 181,1 8 19922936 19687704 # zfs list NAME USED AVAIL REFER MOUNTPOINT swap 9.61G 236M 24.5K /swap swap/vol 9.61G 236M 9.61G - # zpool list NAME SIZ...
2001 Nov 27
2
R/S and large datasets - Database access (also Re: SAS and S/R)
...ent, and which I don't know a thing about. So the question is : do the Rdbi interface offers such a proxy to data still residing in databases ? Or am I barking up the wrong tree and trying to (re-)invent an oversophisticated virtual memory manager ? SShould the use of a suficiently large swapfile be enough for these "large dataset" problems ? -- Emmanuel Charpentier -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info&quo...