<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with memory]]></title><description><![CDATA[A list of topics that have been tagged with memory]]></description><link>https://forum.mango-os.com/tags/memory</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 05:37:05 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/tags/memory.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Dec 2020 03:24:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[MangoGT running out of memory?]]></title><description><![CDATA[Either get more memory or try this env property:
#Set the number of files the database can have open at one time
db.nosql.maxOpenFiles=500

It will close/unmap files at the expense of cpu use.  If this problem persists then try another stream type:
#Query Performance Tuning, File Access Type:Available[INPUT_STREAM,FILE_CHANNEL,RANDOM_ACCESS_FILE,MAPPED_BYTE_BUFFER]

db.nosql.shardStreamType=MAPPED_BYTE_BUFFER

]]></description><link>https://forum.mango-os.com/topic/5016/mangogt-running-out-of-memory</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5016/mangogt-running-out-of-memory</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Tue, 08 Dec 2020 03:24:34 GMT</pubDate></item></channel></rss>