gc-cons-percentage

gc-cons-percentage is a variable defined in `C source code'.
Its value is
0.1


Documentation:
Portion of the heap used for allocation.
Garbage collection can happen automatically once this portion of the heap
has been allocated since the last garbage collection.
If this portion is smaller than `gc-cons-threshold', this is ignored.

You can customize this variable.