Changeset 8ba7ce


Ignore:
Timestamp:
10/05/08 14:00:37 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master
Children:
255201
Parents:
b1ae26
git-author:
Tomash Brechko <tomash.brechko@…> (10/05/08 14:00:37)
git-committer:
Tomash Brechko <tomash.brechko@…> (10/05/08 14:00:37)
Message:

Fix comment: the problem was in descriptor exhaustion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • script/c-m-compat.pl

    r83ca7f r8ba7ce  
    1111use strict; 
    1212 
    13 # NOTE: this test will fail if you spawn too many memcached instances 
    14 # and run out of memory.  Works fine for 500 servers on 32-bit machine 
    15 # with 2GB of memory. 
     13# NOTE: this test uses INSTANCE_COUNT x 2 file descriptors.  This 
     14# means that normally spawning more than ~500 instances won't work. 
    1615 
    1716use FindBin; 
Note: See TracChangeset for help on using the changeset viewer.