Skip to content
Snippets Groups Projects
Commit 26d74e08 authored by Jan Hadrava's avatar Jan Hadrava
Browse files

common.h: Disable swap accounting in settings

There is no swap on any of our machines. Additionally, mem+swap
accounting is disabled in the default Debian kernel. We have no reason
to enable it. (It can just consume more memory.)
parent a5dc0e62
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* Comment out if swap memory resource accounting is disabled /* Comment out if swap memory resource accounting is disabled
* and only RAM memory should be limited. */ * and only RAM memory should be limited. */
#define SWAP_LIMIT 1 //#define SWAP_LIMIT 1
/* Other common definitions. */ /* Other common definitions. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment