<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:35:26 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>[SERVER-34063] compile mongodb  is too slowly,and it will spend too much disk and memory? </title>
                <link>https://jira.mongodb.org/browse/SERVER-34063</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;compile mongodb  is too slowly,and it will spend too much disk resources, it will cost 30G disk. &lt;/p&gt;


&lt;p&gt;how to compile mongodb  more quickly. and how to save disk.&lt;/p&gt;

&lt;p&gt;my mongo version is mongo-r3.6.1.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@master mongo-r3.6.1&amp;#93;&lt;/span&gt;# uname -a&lt;br/&gt;
Linux master 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@master mongo-r3.6.1&amp;#93;&lt;/span&gt;# &lt;/p&gt;</description>
                <environment></environment>
        <key id="514960">SERVER-34063</key>
            <summary>compile mongodb  is too slowly,and it will spend too much disk and memory? </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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="wocuocuo">yxyxz123456</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Mar 2018 05:59:04 +0000</created>
                <updated>Fri, 23 Mar 2018 12:30:35 +0000</updated>
                            <resolved>Fri, 23 Mar 2018 12:30:35 +0000</resolved>
                                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1843076" author="ramon.fernandez" created="Fri, 23 Mar 2018 12:30:35 +0000"  >&lt;p&gt;Looks like the same question as in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34081&quot; title=&quot;compile mongodb is too slowly, how to compile the src more quickly!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34081&quot;&gt;&lt;del&gt;SERVER-34081&lt;/del&gt;&lt;/a&gt;, so closing as a duplicate.&lt;/p&gt;</comment>
                            <comment id="1841608" author="wocuocuo" created="Thu, 22 Mar 2018 06:23:40 +0000"  >&lt;p&gt;mongod that I compile have 885M,it is too large, your binary (mongod) only have 57M that I download&#12290;&lt;/p&gt;

&lt;p&gt;my compile:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@master mongo-r3.6.1&amp;#93;&lt;/span&gt;# ls&lt;br/&gt;
APACHE-2.0.txt  CONTRIBUTING.rst  GNU-AGPL-3.0.txt  README  SConstruct  build  buildscripts  debian  distsrc  docs  etc  jstests  mongod  pytests  rpm  site_scons  src  version.json&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@master mongo-r3.6.1&amp;#93;&lt;/span&gt;# du -sh mongod &lt;br/&gt;
&lt;font color=&quot;red&quot;&gt;885M    mongod&lt;/font&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@master mongo-r3.6.1&amp;#93;&lt;/span&gt;# &lt;/p&gt;


&lt;p&gt;download binary from mongo.org:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;xxx@ob-slave-280 bin&amp;#93;&lt;/span&gt;$ ls&lt;br/&gt;
bsondump  install_compass  mongo  mongod  mongodump  mongoexport  mongofiles  mongoimport  mongoperf  mongoreplay  mongorestore  mongos  mongostat  mongotop&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;xxx@ob-slave-280 bin&amp;#93;&lt;/span&gt;$ du -sh mongod&lt;br/&gt;
&lt;font color=&quot;red&quot;&gt;57M     mongod&lt;/font&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;xxx@ob-slave-280 bin&amp;#93;&lt;/span&gt;$ &lt;/p&gt;</comment>
                            <comment id="1841602" author="wocuocuo" created="Thu, 22 Mar 2018 06:02:46 +0000"  >&lt;p&gt;@Andrew Morrow  &lt;br/&gt;
how to compile more quickly &#65311;&lt;/p&gt;</comment>
                            <comment id="1841601" author="wocuocuo" created="Thu, 22 Mar 2018 06:01:25 +0000"  >&lt;p&gt;I want to debug mongodb&#12290;&lt;/p&gt;</comment>
                            <comment id="1841600" author="wocuocuo" created="Thu, 22 Mar 2018 06:01:11 +0000"  >&lt;p&gt;@Andrew Morrow  &lt;br/&gt;
can you help me? thanks&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="515538">SERVER-34081</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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 23 Mar 2018 12:30:35 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 46 weeks, 5 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_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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 46 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>wocuocuo</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htt9x3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htkkrz:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htsw4v:</customfieldvalue>

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