search for: ballo

Displaying 3 results from an estimated 3 matches for "ballo".

Did you mean: ballon
2008 Jul 17
2
Java memory allocation in guest domain with mem and max-mem properties
...3.0.3-41.el5 on kernel 2.6.18-53 I''m running 4 DomU each one with mem = 512M and max-mem=2GB Each of my DomU runs a java application (JBoss 4.2.2-GA) using the Sun JDK 1.5.0.14 with options to grow java heap size from 256M to 1G on demand * The problem My JVM runs out of memory without balloing the Xen memory, or at least this is what I think I''m experiencing. If I run free in the DomU or xm top in the Dom0 I see my DomUs memory standing still at 512M, if I run top in the DomU I see the java process running with 300M on memory and 700M on swap space (which is something I want...
2002 Oct 23
1
Undelete for ext3 fs ?
Hi, I undelete an entire directory /var/www/html/* under RH 7.3 under ext3 . Is there an utility to recover the data ? Thanks in advance.
2007 Nov 13
1
Transfer files matching a pattern
Hello, I've googled but not found exactly what I want. I want to transfer *.log from all directories and subdirectories of /var. Directories have to be created remotely only if files match How do you do this ? I try rsync -an --progress --files-from=/tmp/source --filter=": /tmp/pattern" / 10.156.1.1:/home/toto where /tmp/source contains /var and /tmp/pattern contains *.log