<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello!<br>
    I'm running several containers on my box. One of them has postgresql
    installed. When I read postgresql administration parametres, I found
    suggestion to tune some parametres in sysctl.conf, such as<br>
    <pre class="SCREEN"><kbd class="USERINPUT">kernel.shmmax=17179869184</kbd>
<samp class="PROMPT"></samp><kbd class="USERINPUT">kernel.shmall=4194304
</kbd>vm.overcommit_memory=2

Should I set this parametres in guest's sysctl.con or in host's one and will first choise affect only the container, entire system or has no effect?
</pre>
    <br>
  </body>
</html>