[DGD]Object Maximum

Felix A. Croes felix at dworkin.nl
Sat Apr 7 19:20:34 CEST 2001


"Chooser fireman" <usff at hotmail.com> wrote:

> I was under the impression that 30000 objects was the maximum DGD was able 
> to support. I was just wondering if this was true or not.

It is not true.


> And if, not ... Is 
> there a max?

The default maximum number of objects is 65535.  You can go beyond this
by making some changes to dgd/src/config.h and recompiling DGD:

    typedef unsigned int uindex;
    # define UINDEX_MAX  UINT_MAX

Regards,
Dworkin

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list