<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; performance improvements</title> <atom:link href="http://www.cyberciti.biz/tips/tag/performance-improvements/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux HugeTLBfs: Improve MySQL Database Application Performance</title><link>http://www.cyberciti.biz/tips/linux-hugetlbfs-and-mysql-performance.html</link> <comments>http://www.cyberciti.biz/tips/linux-hugetlbfs-and-mysql-performance.html#comments</comments> <pubDate>Wed, 20 May 2009 07:59:39 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[/etc/security/limits.conf]]></category> <category><![CDATA[/etc/sysctl.conf]]></category> <category><![CDATA[/proc/meminfo]]></category> <category><![CDATA[database application]]></category> <category><![CDATA[gbs]]></category> <category><![CDATA[kernel.shmall]]></category> <category><![CDATA[management feature]]></category> <category><![CDATA[memory accesses]]></category> <category><![CDATA[memory applications]]></category> <category><![CDATA[memory management]]></category> <category><![CDATA[memory pages]]></category> <category><![CDATA[memory system]]></category> <category><![CDATA[pae]]></category> <category><![CDATA[performance improvements]]></category> <category><![CDATA[physical mapping]]></category> <category><![CDATA[shared memory]]></category> <category><![CDATA[stock kernel]]></category> <category><![CDATA[sysctl command]]></category> <category><![CDATA[system call]]></category> <category><![CDATA[tlb]]></category> <category><![CDATA[virtual address space]]></category> <category><![CDATA[vm.hugetlb_shm_group]]></category> <category><![CDATA[vm.nr_hugepages]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4773</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/mysql' title='See all MySQL Database Server related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/mysqllogo.gif' border='0' /></a></div> <span
class="drop_cap">A</span>pplications that perform a lot of memory accesses (several GBs) may obtain performance improvements by using large pages due to reduced Translation Lookaside Buffer (TLB) misses.  HugeTLBfs is memory management feature offered in Linux kernel, which is valuable for applications that use a large virtual address space. It is especially useful for database applications such as MySQL, Oracle and others. Other server software(s) that uses the prefork or similar (e.g. Apache web server) model will also benefit.<br
/><br
/> The CPU's Translation Lookaside Buffer (TLB) is a small cache used for storing virtual-to-physical mapping information. By using the TLB, a translation can be performed without referencing the in-memory page table entry that maps the virtual address. However, to keep translations as fast as possible, the TLB is usually small. It is not uncommon for large memory applications to exceed the mapping capacity of the TLB. Users can use the huge page support in Linux kernel by either using the mmap system call or standard SYSv shared memory system calls (shmget, shmat). ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-hugetlbfs-and-mysql-performance.html/feed</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Download of the day: Linux Kernel 2.6.28</title><link>http://www.cyberciti.biz/tips/download-of-the-day-linux-kernel-2628.html</link> <comments>http://www.cyberciti.biz/tips/download-of-the-day-linux-kernel-2628.html#comments</comments> <pubDate>Sat, 27 Dec 2008 14:36:54 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[b graphics]]></category> <category><![CDATA[bug fixes]]></category> <category><![CDATA[device driver]]></category> <category><![CDATA[device drivers]]></category> <category><![CDATA[execution context]]></category> <category><![CDATA[ext4]]></category> <category><![CDATA[filesystem]]></category> <category><![CDATA[graphics memory]]></category> <category><![CDATA[intel device]]></category> <category><![CDATA[kernel 2]]></category> <category><![CDATA[kernel version]]></category> <category><![CDATA[memory manager]]></category> <category><![CDATA[modern graphics]]></category> <category><![CDATA[modern memory]]></category> <category><![CDATA[new features]]></category> <category><![CDATA[performance improvements]]></category> <category><![CDATA[storage limits]]></category> <category><![CDATA[uniform memory access]]></category> <category><![CDATA[usb drivers]]></category> <category><![CDATA[xf86]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4153</guid> <description><![CDATA[<p><div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Linux kernel version 2.6.28 has been released and available for download. The new version includes following stable and new features:<br
/><br
/> a]<strong> ext4 file system</strong> - The ext4 filesystem can support volumes with sizes up to 1 exbibyte and files with sizes up to 16 TiB. ext4 removes ext3 64-bit storage limits and adds other performance improvements.<br
/><br
/> b] <strong><a
href="http://www.cyberciti.biz/rss.redirect.php?u=http://en.wikipedia.org/wiki/Graphics_Execution_Manager" target="_blank">Graphics Execution Manager</a> (GEM)</strong> - It is a a modern memory manager specialized for use in device drivers for graphics chipsets. It manages graphics memory, controls the execution context and manages the Non-Uniform Memory Access (NUMA) environment on modern graphics chipsets. The "xf86-video-intel" device driver will feature GEM integration.<br
/><br
/> c] <strong>Other features</strong> - Stable USB drivers, KVM, bug fixes <a
href="http://www.cyberciti.biz/rss.redirect.php?u=http://lkml.org/lkml/2008/12/24/105" target="_blank">and other stuff</a>.<br
/><br
/> => <a
href="http://www.cyberciti.biz/rss.redirect.php?u=http://kernel.org/">Download Linux kernel 2.6.28 here</a>. You may also find our <a
href="http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html">kernel compile tutorial useful</a>.</p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-of-the-day-linux-kernel-2628.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Install Flash Player 10 Under Ubuntu Linux</title><link>http://www.cyberciti.biz/tips/linux-install-flash-player-10.html</link> <comments>http://www.cyberciti.biz/tips/linux-install-flash-player-10.html#comments</comments> <pubDate>Fri, 16 May 2008 14:05:48 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[3d effects]]></category> <category><![CDATA[adobe flash player]]></category> <category><![CDATA[adobe flash player 10]]></category> <category><![CDATA[adobe macromedia]]></category> <category><![CDATA[adobe website]]></category> <category><![CDATA[browser installation]]></category> <category><![CDATA[command cd]]></category> <category><![CDATA[custom filters]]></category> <category><![CDATA[directory support]]></category> <category><![CDATA[flash 10 linux]]></category> <category><![CDATA[flash 10 ubuntu]]></category> <category><![CDATA[flash player 10]]></category> <category><![CDATA[flash player 10 download]]></category> <category><![CDATA[flash player 10 linux]]></category> <category><![CDATA[flash player 10 ubuntu]]></category> <category><![CDATA[flash player version]]></category> <category><![CDATA[install flash 10 ubuntu]]></category> <category><![CDATA[install flash player ubuntu]]></category> <category><![CDATA[linux flash 10]]></category> <category><![CDATA[macromedia software]]></category> <category><![CDATA[performance improvements]]></category> <category><![CDATA[running press]]></category> <category><![CDATA[tar zxvf]]></category> <category><![CDATA[text layout]]></category> <category><![CDATA[time press]]></category> <category><![CDATA[ubuntu flash 10]]></category> <category><![CDATA[ubuntu flash player]]></category> <category><![CDATA[ubuntu install flash 10]]></category> <category><![CDATA[visual performance]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2298</guid> <description><![CDATA[Install new flash player 10 in three simple steps under Ubuntu Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-install-flash-player-10.html/feed</wfw:commentRss> <slash:comments>49</slash:comments> </item> <item><title>Download FreeBSD 6.1 ISO CD Image</title><link>http://www.cyberciti.biz/tips/freebsd-61-released-and-available-for-download.html</link> <comments>http://www.cyberciti.biz/tips/freebsd-61-released-and-available-for-download.html#comments</comments> <pubDate>Tue, 09 May 2006 10:21:31 +0000</pubDate> <dc:creator>n00b_Programmer</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[access points]]></category> <category><![CDATA[automatic configuration]]></category> <category><![CDATA[download freebsd cd image]]></category> <category><![CDATA[download freebsd iso]]></category> <category><![CDATA[freebsd server]]></category> <category><![CDATA[keyboards]]></category> <category><![CDATA[load stress tests]]></category> <category><![CDATA[multiplexer]]></category> <category><![CDATA[new features]]></category> <category><![CDATA[performance improvements]]></category> <category><![CDATA[raid controllers]]></category> <category><![CDATA[release announcement]]></category> <category><![CDATA[sata raid]]></category> <category><![CDATA[sendmail]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/freebsd-61-released-and-available-for-download.html</guid> <description><![CDATA[From the FreeBSD 6.1-RELEASE Announcement "It is my great pleasure and privilege to announce the availability of FreeBSD 6.1-RELEASE. This release is the next step in the development of the 6.X branch, delivering several performance improvements, many bugfixes, and a few new features as follows": Addition of a keyboard multiplexer. This allows USB and PS/2 [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/freebsd-61-released-and-available-for-download.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
