<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fu Cheng</title>
    <description>The latest articles on DEV Community by Fu Cheng (@alexcheng1982).</description>
    <link>https://dev.to/alexcheng1982</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F511885%2Fe7f8cdea-fa94-4309-80df-47ec84eb891c.jpeg</url>
      <title>DEV Community: Fu Cheng</title>
      <link>https://dev.to/alexcheng1982</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexcheng1982"/>
    <language>en</language>
    <item>
      <title>RabbitMQ Helm Chart ulimit permission issue</title>
      <dc:creator>Fu Cheng</dc:creator>
      <pubDate>Sun, 12 Sep 2021 22:35:31 +0000</pubDate>
      <link>https://dev.to/alexcheng1982/rabbitmq-helm-chart-ulimit-permission-issue-4jm8</link>
      <guid>https://dev.to/alexcheng1982/rabbitmq-helm-chart-ulimit-permission-issue-4jm8</guid>
      <description>&lt;p&gt;When using Bitnami RabbitMQ Helm chart to install RabbitMQ, I met this permission issue:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/opt/bitnami/scripts/librabbitmq.sh: line 512: ulimit: open files: cannot modify limit: Operation not permitted
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It's known &lt;a href="https://github.com/bitnami/bitnami-docker-rabbitmq/issues/86"&gt;issue&lt;/a&gt;, the fix to set &lt;code&gt;ulimitNofiles&lt;/code&gt; to an empty string:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;ulimitNofiles&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>rabbitmq</category>
      <category>helm</category>
    </item>
    <item>
      <title>Clear Nx Cache</title>
      <dc:creator>Fu Cheng</dc:creator>
      <pubDate>Tue, 10 Nov 2020 21:38:42 +0000</pubDate>
      <link>https://dev.to/alexcheng1982/clear-nx-cache-3d3n</link>
      <guid>https://dev.to/alexcheng1982/clear-nx-cache-3d3n</guid>
      <description>&lt;p&gt;&lt;a href="https://nx.dev/angular"&gt;Nx&lt;/a&gt; cache can be cleared by removing files in the directory &lt;code&gt;node_modules/.cache/nx&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Sometimes, you have to clear cache. For example, if you moved a component to another library, the component was still kept in the cache of the old library. This may break builds.&lt;/p&gt;

</description>
      <category>nx</category>
      <category>angular</category>
    </item>
  </channel>
</rss>
