Announcement

Collapse
No announcement yet.

LVE default values

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LVE default values

    Hi,

    I am attempting to understand just a bit more about the settings that are being used. I oretty much understand everything except the memory setting.

    LVE default values
    <lveconfig>
    <defaults>
    <cpu limit="25"/>
    <io limit="100"/>
    <mem limit="262144"/>
    <ncpu limit="1">
    <other maxEntryProcs="10"/>
    </defaults>
    <lve id="532">
    <cpu limit="30"/>
    </lve>
    </lveconfig>

    Then it says:

    > memory limit to 1GB (memory limit is set as a number of 4096 bytes pages),

    I am having problems grasping how the number 262144relates to 1gig of memory.

    Thanks
    Frank

  • #2
    262144 * 4096 bytes = 1GB

    Comment


    • #3
      I saw LVE default values <io limit="100"/>

      Im not 100% clear with the explaination, does it means a user can take 100% server IO or what? Kindly give more details.

      Also fr om default instalation value.

      <lve id="532">
      <cpu limit="30"/>
      </lve>

      From wh ere the ID 532? is it just an example?

      Also do you have recomend value for shared hosting env with 4 cores?
      is the default value is powerfull enough?

      Comment


      • #4
        IO limits are just a place holder, ignore it.

        Id is just an example. Usually it maps to id in /etc/password
        Default values should work well on any server with more then 1 core.

        Comment

        Working...
        X