<?php require_once( dirname(dirname(dirname( __FILE__ ))) . '/wp-load.php' ); ?>
<!-- START of header -->
<?php get_header(); ?>
<!-- END of header -->

<!-- warapper -->

<div class="docs-content">
    <!-- START of page navigation -->
    <?php get_template_part( 'docs_navigation' ); ?>
    <!-- END of page navigation -->
    <!-- START of pusher -->
    <div class="docs-content-body">
        <div id="content" class="docs-content-body__inner">

            <div id="outline-container-1" class="outline-3">
            <h1 id="sec-1"><span class="section-number-3">6.1</span> Supported OS, Platforms and System Requirements </h1>
            <div class="outline-text-3" id="text-1"></div>
            </div>
                
            <h3>Supported Environments</h3>
            </p>
                
            <p>
            The following Linux distributions are tested and will work with GridDB
            <ul>
            <li>OS: Red Hat Enterprise Linux 6.2 / 6.3 / 6.4 / 6.5 (x86_64)</li>
            <li>CentOS 6.2 / 6.3 / 6.4 / 6.5 (x86_64) </li>
            </ul>
            </p>
                
                <h3>Hardware Requirements</h3>

            <p>
            As GridDB is a scale-out database, it is easy to add more machines to the cluster to increase both computing power and storage space simultaneously. Some basic hardware requirements look like this:
                
            <ul>
            <li>Memory: 32GB+</li>
            <li>Disk: 100GB+</li>
            </ul>
            </p>

            <h3>Network Requirements</h3>

            <p>
            There are no strict network requirements to use GridDB. The only caveat that exists is that the cluster must be able to communicate via Multicast networking for use with the Community Edition.
            </p>
            <br><br> <i> <a href="2-1_system-requirements.php"> For a more detailed look at estimated requirements, please refer to chapter 2.1</i></a>
            </p>
        </div>
    </div> 
</div>
</div>
</div>
<!-- / main -->

<?php get_footer(); ?>
