Re: How much RAM is needed for cvs(1)?

2008-08-28 Thread Martin Reindl
Karl Sjodahl - dunceor [EMAIL PROTECTED] wrote:

 On Thu, Aug 28, 2008 at 7:23 AM, Tomas Bodzar [EMAIL PROTECTED] wrote:
  Hi all,
 
  I tried
 
 # cd /usr
 # export [EMAIL PROTECTED]:/cvs
 # cvs -d$CVSROOT checkout -P xenocara
 
  and after few minutes get Out of memory.I have 256MB RAM.That was running 
  on tty0,
  on tty1 was only lynx with OBSD page.Before that I made checkout of src and 
  every-
  thing OK.
 
  Is this problem with low memory or anything else?
 
  Thx
 
 
 
 This is a known limitation in cvs. If you use OpenCVS to check out
 Xenocara it succedes.
 Check http://marc.info/?l=openbsd-miscm=120765433708331w=2 and
 numerous other post about this on misc.

Using opencvs on the server side also helps:
[EMAIL PROTECTED]:/cvs

m



How much RAM is needed for cvs(1)?

2008-08-27 Thread Tomas Bodzar
Hi all,



I tried



# cd /usr

# export [EMAIL PROTECTED]:/cvs

# cvs -d$CVSROOT checkout -P xenocara



and after few minutes get Out of memory.I have 256MB RAM.That was running on 
tty0,

on tty1 was only lynx with OBSD page.Before that I made checkout of src and 
every-

thing OK.



Is this problem with low memory or anything else?



Thx




Re: How much RAM is needed for cvs(1)?

2008-08-27 Thread Karl Sjodahl - dunceor
On Thu, Aug 28, 2008 at 7:23 AM, Tomas Bodzar [EMAIL PROTECTED] wrote:
 Hi all,

 I tried

# cd /usr
# export [EMAIL PROTECTED]:/cvs
# cvs -d$CVSROOT checkout -P xenocara

 and after few minutes get Out of memory.I have 256MB RAM.That was running on 
 tty0,
 on tty1 was only lynx with OBSD page.Before that I made checkout of src and 
 every-
 thing OK.

 Is this problem with low memory or anything else?

 Thx



This is a known limitation in cvs. If you use OpenCVS to check out
Xenocara it succedes.
Check http://marc.info/?l=openbsd-miscm=120765433708331w=2 and
numerous other post about this on misc.

Br
dunceor



Re: How much RAM is needed for cvs(1)?

2008-08-27 Thread jared r r spiegel
On Thu, Aug 28, 2008 at 06:23:13AM +0100, Tomas Bodzar wrote:
 Hi all,
 
 I tried
 
 # cd /usr
 # export [EMAIL PROTECTED]:/cvs
 # cvs -d$CVSROOT checkout -P xenocara

  i did a while sleep ps loop  somefile while doing a fresh checkout
  of xenocara and see the following as max values in somefile:

jrrs 30322  7.2  0.3  4632  6528 p6  S+ 1:36AM0:25.77 ssh 
openbsd.mirror.frontiernet.net -l anoncvs cvs server
jrrs 17903  5.0  0.4  5956  7156 p6  D+ 1:36AM0:13.56 cvs -qd 
[EMAIL PROTECTED]:/cvs co xenocara
 
  don't know if it's relevant or not, but i didnt use -P to
  checkout:

[/usr] $ cvs -qd [EMAIL PROTECTED]:/cvs co xenocara

-- 

  jared