<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6905&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] changing the size of  udev filesystem on /dev]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6905</link>
		<description><![CDATA[The most recent posts in [SOLVED] changing the size of  udev filesystem on /dev.]]></description>
		<lastBuildDate>Mon, 28 Oct 2024 05:49:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] changing the size of  udev filesystem on /dev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52788#p52788</link>
			<description><![CDATA[<p>thank you ralph.ronnquist.&#160; this works.&#160; i like ths solution: if there is no &#039;knob&#039; to adjust then make one!</p>]]></description>
			<author><![CDATA[dummy@example.com (grunchy)]]></author>
			<pubDate>Mon, 28 Oct 2024 05:49:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52788#p52788</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] changing the size of  udev filesystem on /dev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52787#p52787</link>
			<description><![CDATA[<p>(I edited this post since my first suggestion was bogus)</p><p>The <span class="bbc">devtmpfs</span> filesystem is set up and initially populated by the kernel, and that uses 50% RAM as its limit.</p><p>The first mounting happens in the initrd&#039;s init scripts which are provided by initramfs-tools at <span class="bbc">/usr/share/initramfs-tools/</span>. In my case it&#039;s at <span class="bbc">/usr/share/initramfs-tools/init:36</span>, where you may add a <span class="bbc">size=nnn</span> limit. Then use <span class="bbc">update-initramfs</span> so as to include your fix in the initrd, and then reboot. Perhaps like the following hands-on:</p><div class="codebox"><pre><code># sed &#039;/devtmpfs/s|-o |-o size=100M,|&#039; -i /usr/share/initramfs-tools/init
# update-initramfs -u -k all
# reboot</code></pre></div><p>EDIT: This way worked for me and it&#039;s as early as possible (without rebuilding the kernel).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 27 Oct 2024 22:50:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52787#p52787</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] changing the size of  udev filesystem on /dev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52786#p52786</link>
			<description><![CDATA[<p>i cannot find the config file or setting used to specify the size of /dev </p><p>currently /dev is set to 50% of physical memory. there is nothing in<br />/etc/defaults or /lib/init and only a remount in /etc/init.d/eudev, which<br />specifies a variable setting: tmpfs_size=&quot;10M&quot; (so that ain&#039;t it)</p><p>nothing appears in /var/log/boot</p><p>where could this setting/config be coming from?<br />seems odd that it would be hard-coded and not documented.</p>]]></description>
			<author><![CDATA[dummy@example.com (grunchy)]]></author>
			<pubDate>Sun, 27 Oct 2024 20:20:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52786#p52786</guid>
		</item>
	</channel>
</rss>
