Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3263dc2b
Commit
3263dc2b
authored
Sep 05, 2000
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compromise value for threshold0: not too high, not too low
parent
b1156bad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/gcmodule.c
Modules/gcmodule.c
+1
-1
No files found.
Modules/gcmodule.c
View file @
3263dc2b
...
...
@@ -40,7 +40,7 @@ static int generation = 0; /* current generation being collected */
/* collection frequencies, XXX tune these */
static
int
enabled
=
1
;
/* automatic collection enabled? */
static
int
threshold0
=
50
00
;
/* net new containers before collection */
static
int
threshold0
=
7
00
;
/* net new containers before collection */
static
int
threshold1
=
10
;
/* generation0 collections before collecting 1 */
static
int
threshold2
=
10
;
/* generation1 collections before collecting 2 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment