<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi everyone!<div><br></div><div>The "P_MEMORY=" and "S_MEMORY" parameters tell you to enter the amount of memory in Mb.</div><div><br></div><div>So, P_MEMORY=4 means each process is allocated 4 megabytes of memory, correct?</div><div><br></div><div>If I want to allocate 4 gigabytes of memory to shared memory, would I enter:</div><div><br></div><div>S_MEMORY=4000</div><div><br></div><div>or, to be more accurate, should that parameter be set in multiples of 1024 bytes as here:</div><div><br></div><div>S_MEMORY=4096</div><div><br></div><div>(4 x 1024 bytes = 4096 bytes)</div><div><br></div><div>Thanks</div><div><br></div><div>Gary</div>                                               </div></body>
</html>