<?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: jackyjoy123</title>
    <description>The latest articles on DEV Community by jackyjoy123 (@jackyjoy123).</description>
    <link>https://dev.to/jackyjoy123</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%2F565289%2Faf75ad92-f2a6-4260-9c11-4b1b8ae20f39.png</url>
      <title>DEV Community: jackyjoy123</title>
      <link>https://dev.to/jackyjoy123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jackyjoy123"/>
    <language>en</language>
    <item>
      <title>why you should not be too quick at judging people by their GitHub activity stats ?.</title>
      <dc:creator>jackyjoy123</dc:creator>
      <pubDate>Mon, 22 Mar 2021 14:13:29 +0000</pubDate>
      <link>https://dev.to/jackyjoy123/why-you-should-not-be-too-quick-at-judging-people-by-their-github-activity-stats-i96</link>
      <guid>https://dev.to/jackyjoy123/why-you-should-not-be-too-quick-at-judging-people-by-their-github-activity-stats-i96</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am a supporter of the opensource movement and I truly admire people like Eddie Jaoude, Matt Cowley and all other open-source maintainers who work hard every day so that we could have awesome software! 🙏 I strongly encourage everyone to be active in the open-source world and make meaningful contributions. If you are new to the open-source world, make sure to follow Hacktoberfest! With this post, I aim to raise awareness and show you why you should not be too quick at judging people by their GitHub activity stats as they can be easily manipulated.&lt;br&gt;
&lt;a href="https://creditcardsupportx.com/menards-credit-card/"&gt;https://creditcardsupportx.com/menards-credit-card/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://creditcardsupportx.com/qvc-credit-card/"&gt;https://creditcardsupportx.com/qvc-credit-card/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://creditcardsupportx.com/lord-and-taylor-credit-card/"&gt;https://creditcardsupportx.com/lord-and-taylor-credit-card/&lt;/a&gt;&lt;br&gt;
thanks&lt;br&gt;
jackyjoy&lt;/p&gt;

</description>
    </item>
    <item>
      <title>mmap() failed: [12] cannot allocate memory ?.</title>
      <dc:creator>jackyjoy123</dc:creator>
      <pubDate>Fri, 22 Jan 2021 15:31:37 +0000</pubDate>
      <link>https://dev.to/jackyjoy123/mmap-failed-12-cannot-allocate-memory-3ifc</link>
      <guid>https://dev.to/jackyjoy123/mmap-failed-12-cannot-allocate-memory-3ifc</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Every web application consumes resources of the server. Sometimes buggy applications create resource crunch on the server and result in a memory error.&lt;/p&gt;

&lt;p&gt;“mmap failed cannot allocate memory”.&lt;/p&gt;

&lt;p&gt;Reason:&lt;br&gt;
Mmap is a system call that maps the files or devices into server memory. The mmap() function creates new mapping upon every file request. When the memory in the server is running out, the logs will show memory error. This error usually happens due to memory shortage. However, finding the real reason for high memory usage is tedious.&lt;br&gt;
&lt;a href="https://krogerfeedback.nl"&gt;https://krogerfeedback.nl&lt;/a&gt; &lt;a href="https://talktosonic.onl"&gt;https://talktosonic.onl&lt;/a&gt; &lt;a href="https://talktowendys.vip"&gt;https://talktowendys.vip&lt;/a&gt; &lt;a href="https://whataburgersurvey.onl"&gt;https://whataburgersurvey.onl&lt;/a&gt;&lt;br&gt;
Solution:&lt;br&gt;
Mmap error is a very broad and real challenge to find the cause of high memory usage. The solution depends upon the underlying reason.&lt;/p&gt;

&lt;p&gt;Fixing this error involves the following steps;&lt;/p&gt;

&lt;p&gt;Understanding server resource;&lt;br&gt;
This includes checking the server load, server logs, finding the top resource of consuming processes. On checking server log we see the above error. After this, we further check memory usage on the server.&lt;/p&gt;

&lt;p&gt;Identify High memory process:&lt;br&gt;
To find the real user consuming most memory, we look at the results of top command, it shows;&lt;br&gt;
PID SYSCPU USRCPU VGROW RGROW RDDSK WRDSK RUID EUID ST EXC THR S CPUNR CPU CMD&lt;/p&gt;

&lt;p&gt;4220  0.95s 1.40s 0K  304K 88K 68K mysql mysql --  - 27 &lt;/p&gt;

&lt;p&gt;S  1 24%  mysqld&lt;/p&gt;

&lt;p&gt;11282 0.24s 1.34s 0K  0K &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; -   abc - NE&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;0   0 E - 16%&lt;/p&gt;

&lt;p&gt;11236 0.26s 0.92s 64288K 64224K 2196K 0K abc -- -1 R 0 12% php-cgi&lt;/p&gt;

&lt;p&gt;11373 0.20s 0.94s 276.4M 100.2M 0K 0K abc N - - 1 R 0 11% php-cgi&lt;br&gt;
This shows that top resources consuming processes were MySQL and PHP&lt;br&gt;
Fixing mmap error:&lt;br&gt;
Moving on, to fix this error we have two options;&lt;/p&gt;

&lt;p&gt;Tweaking server resources&lt;br&gt;
Optimizing buggy scripts&lt;/p&gt;

&lt;p&gt;thanks&lt;br&gt;
jackyjoy&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
