<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/memory</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 07:04:34 GMT</pubDate>
<item>
<title>(PHP) Get info about your memory usage. - o0110o</title>
<link>http://snipplr.com/view/67947/get-info-about-your-memory-usage/</link>
<description><![CDATA[ <p>In order to optimize your scripts, you may definitely want to know how many amount of RAM they use on your server. This snippet will check memory and then print initial, final and peak usages.</p> ]]></description>
<pubDate>Fri, 26 Oct 2012 01:32:51 GMT</pubDate>
<guid>http://snipplr.com/view/67947/get-info-about-your-memory-usage/</guid>
</item>
<item>
<title>(SQL) Memory Analysis - ztuner</title>
<link>http://snipplr.com/view/67575/memory-analysis/</link>
<description><![CDATA[ <p>System Memory Analysis for SQL Server</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 08:09:56 GMT</pubDate>
<guid>http://snipplr.com/view/67575/memory-analysis/</guid>
</item>
<item>
<title>(Perl) Iterate through variable line by line. - EmbeddedInsanity</title>
<link>http://snipplr.com/view/63982/iterate-through-variable-line-by-line/</link>
<description><![CDATA[ <p>Splits on new line, to load array, and cycle through each line in array. 

In this example, we are loading the holding array "@thing" with data from the "_content" key of the $results hashref.</p> ]]></description>
<pubDate>Sat, 17 Mar 2012 03:30:23 GMT</pubDate>
<guid>http://snipplr.com/view/63982/iterate-through-variable-line-by-line/</guid>
</item>
<item>
<title>(Java) Start H2 In Memory Database - jerryvig</title>
<link>http://snipplr.com/view/63701/start-h2-in-memory-database/</link>
<description><![CDATA[ <p>This Java program is used to start an H2 in memory (RAM) database (http://www.h2database.com) and start a tcp server so that other processes can read and write data to the in memory database through a TCP connection.</p> ]]></description>
<pubDate>Sat, 03 Mar 2012 20:16:54 GMT</pubDate>
<guid>http://snipplr.com/view/63701/start-h2-in-memory-database/</guid>
</item>
<item>
<title>(C++) Memory Leak in Constructor (C++) - huanglx</title>
<link>http://snipplr.com/view/61926/memory-leak-in-constructor-c/</link>
<description><![CDATA[ <p>An example showing how to solve the memory leak problem in constructor</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 09:52:01 GMT</pubDate>
<guid>http://snipplr.com/view/61926/memory-leak-in-constructor-c/</guid>
</item>
<item>
<title>(Perl) Re-execute self - alfirth</title>
<link>http://snipplr.com/view/60330/reexecute-self/</link>
<description><![CDATA[ <p>from http://www.perlmonks.org/?node_id=711603
used to free memory after execution</p> ]]></description>
<pubDate>Sat, 29 Oct 2011 04:12:30 GMT</pubDate>
<guid>http://snipplr.com/view/60330/reexecute-self/</guid>
</item>
<item>
<title>(Apache) Setting PHP Memory Limit in .htaccess - Huskie</title>
<link>http://snipplr.com/view/57652/setting-php-memory-limit-in-htaccess/</link>
<description><![CDATA[ <p>Useful for WordPress installations that need more than 32M of memory</p> ]]></description>
<pubDate>Sat, 06 Aug 2011 00:09:55 GMT</pubDate>
<guid>http://snipplr.com/view/57652/setting-php-memory-limit-in-htaccess/</guid>
</item>
<item>
<title>(Bash) Purge inactive memory in Mac - julioantuneztarin</title>
<link>http://snipplr.com/view/55380/purge-inactive-memory-in-mac/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:52 GMT</pubDate>
<guid>http://snipplr.com/view/55380/purge-inactive-memory-in-mac/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Stats - hooked with Bassta Framework - burnandbass</title>
<link>http://snipplr.com/view/52870/as3-stats--hooked-with-bassta-framework/</link>
<description><![CDATA[ <p>Hi;

This is part of my new framework, the class is called Stats and is very simple stat util, click the black background to get more info, click the circle to garbage collect. It always get's on the top of the stage display list

The Grawl graphics are drawn by Bassta Draw API 

demo: http://burnandbass.com/stats-bab/</p> ]]></description>
<pubDate>Mon, 02 May 2011 09:06:51 GMT</pubDate>
<guid>http://snipplr.com/view/52870/as3-stats--hooked-with-bassta-framework/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Have hidden performance stats which is made visible by double-clicking in the top-left corner of SWF - adrianparr</title>
<link>http://snipplr.com/view/45487/as3-have-hidden-performance-stats-which-is-made-visible-by-doubleclicking-in-the-topleft-corner-of-swf/</link>
<description><![CDATA[ <p>For this to work you need get Mr.Doob's Stats class and put it in the 'net/hires/debug' package structure. This code basically makes the stats hidden until you double-click in the top-left corner of the stage. The stats are then draggable and can be hidden again by double-clicking the stats panel.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 07:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/45487/as3-have-hidden-performance-stats-which-is-made-visible-by-doubleclicking-in-the-topleft-corner-of-swf/</guid>
</item>
<item>
<title>(C) Memory reallocation - verhaeg</title>
<link>http://snipplr.com/view/42725/memory-reallocation/</link>
<description><![CDATA[ <p>Realloc memory at every X steps. Useful when allocating fixed number of items (in this case chars).</p> ]]></description>
<pubDate>Fri, 22 Oct 2010 02:38:03 GMT</pubDate>
<guid>http://snipplr.com/view/42725/memory-reallocation/</guid>
</item>
<item>
<title>(Delphi) Get process memory usage - icebob</title>
<link>http://snipplr.com/view/38214/get-process-memory-usage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 02 Aug 2010 18:15:32 GMT</pubDate>
<guid>http://snipplr.com/view/38214/get-process-memory-usage/</guid>
</item>
<item>
<title>(C++) simple encapsulated memory buffer - svendiego</title>
<link>http://snipplr.com/view/29678/simple-encapsulated-memory-buffer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Mar 2010 08:21:42 GMT</pubDate>
<guid>http://snipplr.com/view/29678/simple-encapsulated-memory-buffer/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 MemoryMonitor - adrianparr</title>
<link>http://snipplr.com/view/28842/as3-memorymonitor/</link>
<description><![CDATA[ <p>See how much RAM your SWF is using.

Alternatively, use Mr.doob's Stats.
http://code.google.com/p/mrdoob/wiki/stats</p> ]]></description>
<pubDate>Wed, 24 Feb 2010 06:48:36 GMT</pubDate>
<guid>http://snipplr.com/view/28842/as3-memorymonitor/</guid>
</item>
<item>
<title>(Groovy) Starting an in memory http server with custom routes - narkisr</title>
<link>http://snipplr.com/view/25717/starting-an-in-memory-http-server-with-custom-routes/</link>
<description><![CDATA[ <p>This is excellent for testing (mocking a SOAP server for example), we use an in memory http server in order to answer client requests.</p> ]]></description>
<pubDate>Wed, 30 Dec 2009 09:43:02 GMT</pubDate>
<guid>http://snipplr.com/view/25717/starting-an-in-memory-http-server-with-custom-routes/</guid>
</item>
<item>
<title>(PHP) Drupal: change limits upload memory - sennesaelium</title>
<link>http://snipplr.com/view/24458/drupal-change-limits-upload-memory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Dec 2009 05:42:15 GMT</pubDate>
<guid>http://snipplr.com/view/24458/drupal-change-limits-upload-memory/</guid>
</item>
<item>
<title>(Other) Optimize your server - tobewan</title>
<link>http://snipplr.com/view/22406/optimize-your-server/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Nov 2009 11:44:51 GMT</pubDate>
<guid>http://snipplr.com/view/22406/optimize-your-server/</guid>
</item>
<item>
<title>(Other) tcpsndbuf QoS - tobewan</title>
<link>http://snipplr.com/view/22405/tcpsndbuf-qos/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Nov 2009 11:44:01 GMT</pubDate>
<guid>http://snipplr.com/view/22405/tcpsndbuf-qos/</guid>
</item>
<item>
<title>(C++) Edit memory - NyX</title>
<link>http://snipplr.com/view/18396/edit-memory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Aug 2009 11:54:40 GMT</pubDate>
<guid>http://snipplr.com/view/18396/edit-memory/</guid>
</item>
<item>
<title>(ActionScript 3) Show how much memory is being used in your flash - allnatural</title>
<link>http://snipplr.com/view/17977/show-how-much-memory-is-being-used-in-your-flash/</link>
<description><![CDATA[ <p>Easy way to get current memory usage.</p> ]]></description>
<pubDate>Thu, 06 Aug 2009 14:33:49 GMT</pubDate>
<guid>http://snipplr.com/view/17977/show-how-much-memory-is-being-used-in-your-flash/</guid>
</item>
</channel>
</rss>