Skip to content

Commit

Permalink
Temorary reduce number of generations to 3.
Browse files Browse the repository at this point in the history
It reduce amount of information from stats report and doesn't affect
functionality testing.
  • Loading branch information
bacek committed Feb 3, 2011
1 parent b8a9bfb commit 2597c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/gc_gms.c
Expand Up @@ -104,7 +104,7 @@ TBD
#define PANIC_OUT_OF_MEM(size) failed_allocation(__LINE__, (size))

/* Maximum number of collections */
#define MAX_GENERATIONS 8
#define MAX_GENERATIONS 3

/* We allocate additional space in front of PObj* to store additional pointer */
typedef struct pmc_alloc_struct {
Expand Down

0 comments on commit 2597c15

Please sign in to comment.