Philipp Marek wrote:
Update: If I remove the 400 MB Swap, so that the VM only has 800 MB RAM,
fsvs gets killed again. And I can confirm now, that the memory only gets
filled up, when big files are processed. In my case big means 304 MB.
Fsvs gets killed after writing 240 MB of it.

Hmmm ... I now tried with files of 100M (random values) and 300M (zeroes), and fsvs would just get them ... with ~100M virtual memory, but actually only 4.4M memory used.

top says:
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 8406 flip      18   0  104m 4384 3024 R 99.9  0.5   0:01.48 fsvs

time says something similar - 1200 faults, times 4096 bytes.

$ /usr/bin/time -v ~/svk/direct-2/fsvs/src/fsvs revert ag -d -D main
09:12:42.614 main[fsvs.c:812] no argument at optind=6 of 6
09:12:42.617 main[fsvs.c:948] optind=2 per_sts=224 action=revert rec=1
09:12:42.617 main[fsvs.c:951] argument 1: revert
09:12:42.617 main[fsvs.c:951] argument 2: ag
09:12:42.617 main[fsvs.c:960] filter has mask 0xFFFFFFFF (new, removed, 
changed, owner, group, mtime, umode, props, child, likely)
Reverting to revision 7:
.mC.  100000000  ag
09:12:45.429 main[fsvs.c:1005] memory stats: 0x652000 to 0x6df000, 564 KB
        Command being timed: "/home/flip/svk/direct-2/fsvs/src/fsvs revert ag -d -D 
main"
        User time (seconds): 2.62
        System time (seconds): 0.19
        Percent of CPU this job got: 100%
        Elapsed (wall clock) time (h:mm:ss or m:ss): 0:02.82
        Average shared text size (kbytes): 0
        Average unshared data size (kbytes): 0
        Average stack size (kbytes): 0
        Average total size (kbytes): 0
        Maximum resident set size (kbytes): 0
        Average resident set size (kbytes): 0
        Major (requiring I/O) page faults: 0
        Minor (reclaiming a frame) page faults: 1285
        Voluntary context switches: 1
        Involuntary context switches: 196
        Swaps: 0
        File system inputs: 0
        File system outputs: 0
        Socket messages sent: 0
        Socket messages received: 0
        Signals delivered: 0
        Page size (bytes): 4096
        Exit status: 0


I'm not sure what is causing this.

Which URL scheme are you using? I'm testing with file://.

I am using svn+ssh://.

Best Regards,
Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to