Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compctl-kam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
compctl-kam
Commits
1616415b
Commit
1616415b
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Compctl: Adjust memory limits
parent
7274b775
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
common.h
+2
-2
2 additions, 2 deletions
common.h
debian/changelog
+7
-1
7 additions, 1 deletion
debian/changelog
with
9 additions
and
3 deletions
common.h
+
2
−
2
View file @
1616415b
...
...
@@ -14,8 +14,8 @@
* has reserved less than minfree (in case of too little memory,
* user takes precedence) and user does not have reserved more
* than maxfree. */
#define static_minfree (
512
*1048576UL)
#define static_maxfree (
2048
*1048576UL)
#define static_minfree (
4096
*1048576UL)
#define static_maxfree (
8192
*1048576UL)
#define split_ratio 0.5
/* Default nice value for processes started using compctl --run. */
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
1
View file @
1616415b
compctl (1.2-3) UNRELEASED; urgency=medium
compctl (1.3) stable; urgency=medium
* Changed memory limits to match current systems with gigabytes of memory.
-- Martin Mares <mj@ucw.cz> Sat, 07 Nov 2020 21:54:38 +0100
compctl (1.2-3) stable; urgency=medium
* Turned off SWAP_LIMIT by default.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment