ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/config.h
(Generate patch)

Comparing deliantra/server/include/config.h (file contents):
Revision 1.14 by root, Fri Apr 14 22:19:52 2006 UTC vs.
Revision 1.15 by root, Sat Apr 22 15:01:47 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.14 2006/04/14 22:19:52 root Exp $"; 3 * "$Id: config.h,v 1.15 2006/04/22 15:01:47 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
448 * consumes more memory. If you have gobs of free memory, a high number 448 * consumes more memory. If you have gobs of free memory, a high number
449 * might not be a bad idea. Each object is around 350 bytes right now. 449 * might not be a bad idea. Each object is around 350 bytes right now.
450 * 25000 is about 8.5 MB 450 * 25000 is about 8.5 MB
451 */ 451 */
452 452
453#define MAX_OBJECTS 100000 453#define MAX_OBJECTS 200000
454 454
455/* 455/*
456 * Max objects low water mark (lwm). If defined, the map swapping strategy 456 * Max objects low water mark (lwm). If defined, the map swapping strategy
457 * is a bit different: 457 * is a bit different:
458 * 1) We only start swapping maps if the number of objects in use is 458 * 1) We only start swapping maps if the number of objects in use is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines