Hi,
> I have a cvs server running on this machine:
> cpu:pentium mmx 200
> memory:64M
> os:solaris 2.7
> cvs version:1.10(sorry I don't know the minor version)
>
> on this server we have a source tree,about 32M��most of
> file in the tree are source c/c++ file.when I try to check
> out the whole tree sometimes the whole machine just crashed
> and need reboot again,can anyone give me general suggestion
> about this?
The CVS-Manual (Section 2.9) tells you a possible reason:
The first area of big memory consumption is large checkouts, when using
the CVS server. The server consists of two processes for each client
that it is serving. Memory consumption on the child process should
remain fairly small. Memory consumption on the parent process,
particularly if the network connection to the client is slow, can be
expected to grow to slightly more than the size of the sources in a
single directory, or two megabytes, whichever is larger.
So check your installation and increase the amount of virtual memory...
Ciao for now, Dirk
--
Dirk Ruediger, Rostock, Germany
I sometimes think that God, in creating man, somewhat overestimated his
ability.
Oscar Wilde