<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:57:46 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-9197] Comment on: &quot;manual/tutorial/transparent-huge-pages.txt&quot;</title>
                <link>https://jira.mongodb.org/browse/DOCS-9197</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h5&gt;&lt;a name=&quot;DocumentationChanges&quot;&gt;&lt;/a&gt;Documentation Changes&lt;/h5&gt;
&lt;p&gt;Shell redirection cannot be sudo&apos;d. In the installation guide we&apos;ve been moving to &lt;tt&gt;tee&lt;/tt&gt; for this reason.&lt;/p&gt;

&lt;p&gt;s/shell redirection/tee&lt;/p&gt;

&lt;h5&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h5&gt;
&lt;p&gt;The script &lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/#create-the-init-d-script&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/#create-the-init-d-script&lt;/a&gt; does not work on Amazon Linux, due to permission issue:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    echo &apos;never&apos; &amp;gt; ${thp_path}/enabled&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    echo &apos;never&apos; &amp;gt; ${thp_path}/defrag&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;However, this fix will work on Amazon Linux, as well as other Linux:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    echo &apos;never&apos; | tee ${thp_path}/enabled&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    echo &apos;never&apos; | tee ${thp_path}/defrag&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</description>
                <environment>Amazon Linux&lt;br/&gt;
&lt;br/&gt;
*Location*: &lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/&quot;&gt;https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/&lt;/a&gt;&lt;br/&gt;
*User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36&lt;br/&gt;
*Referrer*: &lt;a href=&quot;https://www.google.com/&quot;&gt;https://www.google.com/&lt;/a&gt;&lt;br/&gt;
*Screen Resolution*: 1920 x 1080&lt;br/&gt;
</environment>
        <key id="326470">DOCS-9197</key>
            <summary>Comment on: &quot;manual/tutorial/transparent-huge-pages.txt&quot;</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="andrew.feierabend@mongodb.com">Andrew Feierabend</assignee>
                                    <reporter username="holee@expedia.com">Howard Lee</reporter>
                        <labels>
                            <label>THP</label>
                            <label>collector-298ba4e7</label>
                    </labels>
                <created>Mon, 24 Oct 2016 20:47:06 +0000</created>
                <updated>Mon, 30 Oct 2023 21:23:10 +0000</updated>
                            <resolved>Thu, 31 Oct 2019 19:30:44 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2513342" author="xgen-internal-githook" created="Thu, 31 Oct 2019 20:57:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;andf-mongodb&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;name&apos;: &apos;Andrew Feierabend&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; update THP and tuned tutorial with current best practices&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/300bae303279839ab092097a76f8b859d29f7798&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/300bae303279839ab092097a76f8b859d29f7798&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2513337" author="xgen-internal-githook" created="Thu, 31 Oct 2019 20:57:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; update THP and tuned tutorial with current best practices&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/0e506d050d4175a90b177ecf1cd00b0fe03f5ca0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/0e506d050d4175a90b177ecf1cd00b0fe03f5ca0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2513223" author="xgen-internal-githook" created="Thu, 31 Oct 2019 20:05:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;andf-mongodb&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;name&apos;: &apos;Andrew Feierabend&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; update THP and tuned tutorial with current best practices&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/4f9f3cd189147033ca9e5d0367849ab9ea4edec7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/4f9f3cd189147033ca9e5d0367849ab9ea4edec7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2513158" author="andrew.feierabend" created="Thu, 31 Oct 2019 19:30:44 +0000"  >&lt;p&gt;Resolved in&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1416301" author="andrew.aldridge@10gen.com" created="Mon, 24 Oct 2016 22:44:52 +0000"  >&lt;p&gt;Thank you very much for the report, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=holee%40expedia.com&quot; class=&quot;user-hover&quot; rel=&quot;holee@expedia.com&quot;&gt;holee@expedia.com&lt;/a&gt;!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="869467">DOCS-12902</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10855" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Actual Time</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.5</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 24 Oct 2016 21:05:27 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 14 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-1769</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 14 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.aldridge@mongodb.com</customfieldvalue>
            <customfieldvalue>andrew.feierabend@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>holee@expedia.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrme3z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsr5mf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrzf4n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>