Skip to content
Snippets Groups Projects
Commit 1616415b authored by Martin Mareš's avatar Martin Mareš
Browse files

Compctl: Adjust memory limits

parent 7274b775
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment