<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2014-11-11 9:29 GMT+01:00 tausiq <span dir="ltr"><<a href="mailto:tausiq19@gmail.com" target="_blank">tausiq19@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello All,<br>
<br>
I am trying to build GStreamer-sdk for iOS-universal with cerbero. Its<br>
taking really long time than I anticipated.<br>
<br>
My system configuration is:<br>
MacBook Pro (15-inch, Mid 2012)<br>
Processor 2.3 GHz Intel Core i7 Quad core<br>
Memory 8 GB 1600 MHz DDR3<br>
Graphics Intel HD Graphics 4000 1024 MB<br>
120 GB Solid State SATA Drive<br>
<br>
with this configuration, approximately 10-12 libs get installed per hour.<br>
Total number of libs going to be installed is 86.<br>
<br>
I was wandering if it is normal to take up that much time?<br>
<br>
Moreover, the process doesn't utilize full CPU. Its using between 15% - 30%<br>
CPU<br>
Memory pressure is medium as well.<br>
<br>
I guess, If the process could use full resources then it might take lesser<br>
time.<br></blockquote><div><br></div><div>By default cerbero is using only one core to compile, using "make". To support parallel builds (make -jX) and make use of all the cores in your system you can add the following line to your cerbero.cbc config:<br></div><div>allow_parallel_build = True<br><br></div><div>Note the the iOS universal config is building the whole SDK for 5 different architectures, so it's going to take time to build 86x5 projects :)<br><br>Andoni<br></div><div>  <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thank you.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/GStreamer-sdk-build-with-cerbero-requires-long-time-to-build-tp4669467.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/GStreamer-sdk-build-with-cerbero-requires-long-time-to-build-tp4669467.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a></div>
</div></div>