{"id":101,"date":"2024-05-05T09:30:19","date_gmt":"2024-05-05T09:30:19","guid":{"rendered":"https:\/\/zalvis.com\/docs\/?p=101"},"modified":"2024-05-05T09:37:55","modified_gmt":"2024-05-05T09:37:55","slug":"lve-limits-explained","status":"publish","type":"post","link":"https:\/\/zalvis.com\/docs\/lve-limits-explained.html","title":{"rendered":"LVE Limits Explained"},"content":{"rendered":"<p>LVE, or Lightweight Virtual Environment, creates isolated, small environments for every user on the server, and each one of them receives a specific portion of security lockdown features and dedicated resources. LVE guarantees users that their web hosting neighbors won\u2019t inter-access their data on their server, nor will they steal SSD speed, RAM, or CPU from them.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_81 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/zalvis.com\/docs\/lve-limits-explained.html\/#CPU_Cores\" >CPU Cores<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/zalvis.com\/docs\/lve-limits-explained.html\/#Memory_RAM\" >Memory (RAM)<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/zalvis.com\/docs\/lve-limits-explained.html\/#Entry_Processes\" >Entry Processes<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/zalvis.com\/docs\/lve-limits-explained.html\/#IO_and_IOPS\" >IO and IOPS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/zalvis.com\/docs\/lve-limits-explained.html\/#Cage_FS_Security\" >Cage FS Security<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"CPU_Cores\"><\/span><strong>CPU Cores<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>When processing data, an important piece of hardware that is used in the process is CPU. This piece of hardware has sockets with \u201ccores\u201d that each perform requested tasks. Some tips you should keep in mind if you want optimal CPU usage are:<\/p>\n<ul>\n<li>Make sure your site is up to date, optimized, and tidy, and remove any data or content that it doesn\u2019t need.<\/li>\n<li>Enable using a CDN from your cPanel menu. This will help you offload delivering and searching of your website data, and it will take the strain off the server.<\/li>\n<li>There is less strain on CPU cores if there is a more cached content.<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Memory_RAM\"><\/span><strong>Memory (RAM)<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Temporary storing data needed to do tasks is RAM memory. Users accessing various pages of your site and MySQL data queries affect this resource, as well as the activities you take on your site. The data is removed once a task is completed, and the space can be used for another task. For optimal RAM usage, you can follow the following tips:<\/p>\n<ul>\n<li>The latest versions of Themes, Plugins, and Core will ensure that your CMS is tidy.<\/li>\n<li>Plugins that you don\u2019t need should be removed in order to avoid draining memory usage with tasks that you aren\u2019t in need of.<\/li>\n<li>Automatic cron tasks should be disabled from running by themselves.<\/li>\n<li>In addition, they should be set to run at set intervals of time from the Cron Jobs tab in cPanel.<\/li>\n<\/ul>\n<p>You will decrease the active tasks that use up RAP from repeated visits by serving cached content to users, so make sure that you install a caching plugin.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Entry_Processes\"><\/span><strong>Entry Processes<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The number of processes that enter your account are the entry processes, for instance, SSH sessions, PHP pages accessed by users, and cron jobs. Depending on the type of request that is being made, they are processed fast by the CPU.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"IO_and_IOPS\"><\/span><strong>IO and IOPS<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>IO stands for Input\/output, and it is measured in MB per second. This influences the size of write\/read data blocks served on your site. IOPS stands for Input\/Output Operations Per Second, and it affects write\/read data blocks number served on your website. If you optimize other limits properly, you shouldn\u2019t be facing issues with these two as well.<br \/>\nNumber of Inodes<\/p>\n<p>Inodes are storage spaces used to hold the data of each folder and file under your hosting space.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Cage_FS_Security\"><\/span><strong>Cage FS Security<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The thing that defines the LVE limits for each account and doesn\u2019t allow them to interfere with other accounts is the CageFS feature that is offered by Cloudlinux. However, keep in mind that this doesn\u2019t apply to MySQL. Even though the resources are maintained and separated per cPanel account, something that is elementary for all accounts to use is MySQL.<\/p>\n<div class=\"xjebz69de9dedea7de\" >If you enjoyed this article, then you\u2019ll love Zalvis's Cloud Hosting platform. Turbocharge your website and get 24\/7 support from our veteran team. Our world-class hosting infrastructure focuses on auto-scaling, performance, and security. Let us show you the Zalvis difference! <a href=\"https:\/\/zalvis.com\/\">Check out our services.<\/a><\/div><style type=\"text\/css\">\r\n@media screen and (min-width: 1201px) {\r\n.xjebz69de9dedea7de {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 993px) and (max-width: 1200px) {\r\n.xjebz69de9dedea7de {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 769px) and (max-width: 992px) {\r\n.xjebz69de9dedea7de {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 768px) and (max-width: 768px) {\r\n.xjebz69de9dedea7de {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (max-width: 767px) {\r\n.xjebz69de9dedea7de {\r\ndisplay: block;\r\n}\r\n}\r\n<\/style>\r\n","protected":false},"excerpt":{"rendered":"<p>LVE, or Lightweight Virtual Environment, creates isolated, small environments for every user on the server, and each one of them receives a specific portion of security lockdown features and dedicated resources. LVE guarantees users that their web hosting neighbors won\u2019t inter-access their data on their server, nor will they steal SSD speed, RAM, or CPU [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-101","post","type-post","status-publish","format-standard","hentry","category-support-faqs"],"_links":{"self":[{"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/posts\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/comments?post=101"}],"version-history":[{"count":4,"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/posts\/101\/revisions"}],"predecessor-version":[{"id":105,"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/posts\/101\/revisions\/105"}],"wp:attachment":[{"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/media?parent=101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/categories?post=101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zalvis.com\/docs\/wp-json\/wp\/v2\/tags?post=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}