Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    23.1 using more RAM

    Scheduled Pinned Locked Moved General pfSense Questions
    98 Posts 17 Posters 62.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      FSC830
      last edited by

      Just jumping in...
      Update to 23.01 was done Thursday, 16th Feb. 2023, so its running only a short time.
      Actually I do not see major issues, but curious about the memory threads I did a reboot yesterday and so it looks this morning:

      c2e141f1-b101-442e-8d23-8e7a874604ee-grafik.png

      Investigating in cron the periodic_daily and pfBlockerNG running at 3.00am.

      Appliance is a SG-3100 (no ZFS).
      Will monitor this in the next days...

      Regards

      1 Reply Last reply Reply Quote 0
      • DefenderLLCD
        DefenderLLC
        last edited by DefenderLLC

        Rebooted at 4PM yesterday. Memory doubled at exactly 3AM. The only cron job running at 3PM is the periodic daily job. There is nothing in the system logs that jumps out at me either. Note that my pfBlocker lists update at the top of every hour, so this is the the same in the logs:

        Feb 21 02:54:00 sshguard 64916 Exiting on signal.
        Feb 21 02:54:00 sshguard 42003 Now monitoring attacks.
        Feb 21 03:00:00 php 29385 [pfBlockerNG] Starting cron process.
        Feb 21 03:00:02 php 29385 [pfBlockerNG] No changes to Firewall rules, skipping Filter Reload
        Feb 21 03:22:00 sshguard 42003 Exiting on signal.
        Feb 21 03:22:00 sshguard 73966 Now monitoring attacks.
        Feb 21 03:50:00 sshguard 73966 Exiting on signal.
        Feb 21 03:50:00 sshguard 54191 Now monitoring attacks.

        9f91ad6b-5133-4e89-82c5-d8f8979f15c2-image.png

        1 Reply Last reply Reply Quote 0
        • DefenderLLCD
          DefenderLLC
          last edited by

          FYI, there's now package updates available for pfBlockerNG and Suricata. Perhaps this will help.

          DefenderLLCD 1 Reply Last reply Reply Quote 1
          • S SteveITS referenced this topic on
          • S SteveITS referenced this topic on
          • S SteveITS referenced this topic on
          • DefenderLLCD
            DefenderLLC @DefenderLLC
            last edited by

            @defenderllc said in 23.1 using more RAM:

            FYI, there's now package updates available for pfBlockerNG and Suricata. Perhaps this will help.

            Installed both and rebooting... I will report back tomorrow morning so see if it resolved the 3AM spike.

            1 Reply Last reply Reply Quote 0
            • F
              FSC830
              last edited by

              At least this night no more memory usage:

              c45907fc-802e-4cc6-b0ae-47c97e0ac6b6-grafik.png

              So it seems to be a one-time-shot, as others are reporting.

              Regards

              1 Reply Last reply Reply Quote 0
              • F FSC830 referenced this topic on
              • DefenderLLCD
                DefenderLLC
                last edited by

                Upgraded to pfBlockerNG 3.2.0_2 yesterday, disabled Suricata completely, and rebooted around 9:30 AM yesterday morning. The memory utilization doubled again at exactly 3AM. The only cron job running at 3AM is the daily periodical and hourly pfBlocker updates (which there wasn't any lists to update today at 3AM).

                I've also attached my system log from 2AM to 6AM and there is nothing worthwhile in there to explain what is happening at 3AM besides the daily periodical.

                98fc3a21-a003-4987-9005-a4cf7e76ba67-image.png

                ddcb7f16-2a16-4264-8e0a-e1519023db97-image.png

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  I'd have to look over the code but one thing it does during the daily periodic script is check if ZFS pools need to be scrubbed. I wouldn't expect that to trigger high memory usage in general, but it's possible. That wouldn't explain why some people see it and others don't, though.

                  Someone could reboot and then run periodic script by hand to see if doing so also triggers the increase in memory usage. Or even just try zpool scrub pfSense and check before/after that finishes. You can run zpool status pfSense to check on the status of an active scrub operation.

                  Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  DefenderLLCD S 3 Replies Last reply Reply Quote 1
                  • DefenderLLCD
                    DefenderLLC @jimp
                    last edited by

                    @jimp said in 23.1 using more RAM:

                    I'd have to look over the code but one thing it does during the daily periodic script is check if ZFS pools need to be scrubbed. I wouldn't expect that to trigger high memory usage in general, but it's possible. That wouldn't explain why some people see it and others don't, though.

                    Someone could reboot and then run periodic script by hand to see if doing so also triggers the increase in memory usage. Or even just try zpool scrub pfSense and check before/after that finishes. You can run zpool status pfSense to check on the status of an active scrub operation.

                    Hi Jim, I will try that when I get some free time today. This is a daily occurrence on my 6100 MAX. Here's 2-day graph from a few days ago. The memory never gets returned after the spike occurs.

                    35bbfc77-cce6-4642-8a21-cf5838ecb5d2-image.png

                    1 Reply Last reply Reply Quote 0
                    • F
                      FSC830
                      last edited by

                      @jimp : Me too having that memory jump and do not use ZFS!?? ๐Ÿค”

                      Regards

                      1 Reply Last reply Reply Quote 0
                      • jimpJ
                        jimp Rebel Alliance Developer Netgate
                        last edited by

                        If it's ZFS ARC usage that's what I'd expect to see. It won't give it up right away but if something else needs the RAM the kernel should reduce the cache as needed under memory pressure. That doesn't mean it would never swap, but it should mean it doesn't fill up swap.

                        You could also experiment with setting an upper bound on the ARC size (vfs.zfs.arc_max=<bytes> as a tunable, doesn't need to be a loader tunable) for example, but the exact value for that depends a lot on your system (RAM size/Kernel memory, disk size, etc.). There are likely other ZFS parameters that could be tuned if that does turn out to be related.

                        If you aren't using ZFS then we'll need to keep digging into what exactly is happening at that time that might also be contributing.

                        Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                        Need help fast? Netgate Global Support!

                        Do not Chat/PM for help!

                        1 Reply Last reply Reply Quote 0
                        • F
                          FSC830
                          last edited by

                          Its a SG-3100 and I never did setup this appliance with ZFS.

                          Regards

                          jimpJ 1 Reply Last reply Reply Quote 0
                          • S
                            SteveITS Galactic Empire @jimp
                            last edited by SteveITS

                            @jimp Running periodic was done in this thread https://forum.netgate.com/topic/178023/1100-upgrade-22-05-23-01-high-mem-usage/30 and triggered it.

                            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                            Upvote ๐Ÿ‘ helpful posts!

                            1 Reply Last reply Reply Quote 0
                            • jimpJ
                              jimp Rebel Alliance Developer Netgate @FSC830
                              last edited by jimp

                              @fsc830 said in 23.1 using more RAM:

                              Its a SG-3100 and I never did setup this appliance with ZFS.

                              The 3100 isn't capable of ZFS anyhow (it's 32-bit ARM). But just to be certain, do you see any messages referring to ZFS in the system log (Status > System Logs, General tab), boot log (Status > System Logs, OS Boot tab), or kernel message buffer (From a shell or Diagnostics > Command, run dmesg)?

                              Even if the system doesn't use ZFS for its filesystem something may be inadvertently triggering the modules to load.

                              Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                              Need help fast? Netgate Global Support!

                              Do not Chat/PM for help!

                              1 Reply Last reply Reply Quote 0
                              • DefenderLLCD DefenderLLC referenced this topic on
                              • DefenderLLCD DefenderLLC referenced this topic on
                              • DefenderLLCD DefenderLLC referenced this topic on
                              • DefenderLLCD
                                DefenderLLC @jimp
                                last edited by

                                @jimp said in 23.1 using more RAM:

                                I'd have to look over the code but one thing it does during the daily periodic script is check if ZFS pools need to be scrubbed. I wouldn't expect that to trigger high memory usage in general, but it's possible. That wouldn't explain why some people see it and others don't, though.

                                Someone could reboot and then run periodic script by hand to see if doing so also triggers the increase in memory usage. Or even just try zpool scrub pfSense and check before/after that finishes. You can run zpool status pfSense to check on the status of an active scrub operation.

                                No change after launching those commands.

                                1 Reply Last reply Reply Quote 0
                                • F
                                  FSC830
                                  last edited by

                                  @jimp : Nothing seen about ZFS in any log.
                                  I am aware that the SG-3100 is not using ZFS, anyhow, I did see some posts here in which people say, they had setup the appliance with ZFS!???

                                  But I didnt take care for more investigating in this as I dont not intend to use ZFS.

                                  Regards

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    It would require an extremely unorthodox install to get ZFS on a 3100. I won't say it's impossible because I'm sure someone would prove me wrong! But it would require a significant level of FreeBSD knowledge to even know where to start. So it's probably just a misunderstanding.

                                    1 Reply Last reply Reply Quote 2
                                    • jimpJ
                                      jimp Rebel Alliance Developer Netgate
                                      last edited by

                                      Looks like from the periodic scripts the pkg related ones in /usr/local/etc/periodic/security are the ones that seems to trigger it for me. They use pkg to validate parts of the system in various ways, but we don't do anything with the output so it is really unnecessary.

                                      Someone who is seeing this, try creating /etc/periodic.conf with the following content:

                                      security_status_baseaudit_enable="NO"
                                      security_status_pkg_checksum_enable="NO"
                                      security_status_pkgaudit_enable="NO"
                                      

                                      And then reboot and watch it overnight (or try periodic daily from a shell prompt, I suppose)

                                      You can also knock the ARC usage back down by setting a lower limit than you have now which is almost certainly 0 (unlimited) which is the default. So you can do this to set a 256M limit:

                                      sysctl vfs.zfs.arc_max='268435456'
                                      

                                      You can set it back to 0 to remove the limit after making sure the ARC usage dropped back down.

                                      All that said, I still can't reproduce it being a problem source here. I have some small VMs with ~1GB RAM and ZFS and their wired usage is high but drops immediately when the system needs active memory.

                                      Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                      Need help fast? Netgate Global Support!

                                      Do not Chat/PM for help!

                                      johnpozJ S 2 Replies Last reply Reply Quote 1
                                      • S SteveITS referenced this topic on
                                      • S SteveITS referenced this topic on
                                      • johnpozJ
                                        johnpoz LAYER 8 Global Moderator @jimp
                                        last edited by

                                        @jimp said in 23.1 using more RAM:

                                        their wired usage is high but drops immediately when the system needs active memory.

                                        I think this is part of the problem to be honest - users hate to see all their memory being used for whatever reason ;) Even if something is using it because nothing else is needing any memory and if that something needs it will be freed up for that something.

                                        Just memory use showing high seems to trigger something is wrong in the users perspective.

                                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                                        If you get confused: Listen to the Music Play
                                        Please don't Chat/PM me for help, unless mod related
                                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                                        jimpJ 1 Reply Last reply Reply Quote 0
                                        • jimpJ
                                          jimp Rebel Alliance Developer Netgate @johnpoz
                                          last edited by

                                          @johnpoz said in 23.1 using more RAM:

                                          @jimp said in 23.1 using more RAM:

                                          their wired usage is high but drops immediately when the system needs active memory.

                                          I think this is part of the problem to be honest - users hate to see all their memory being used for whatever reason ;) Even if something is using it because nothing else is needing any memory and if that something needs it will be freed up for that something.

                                          Just memory use showing high seems to trigger something is wrong in the users perspective.

                                          Right, "Free RAM is wasted RAM" and all, but some people are implying that it isn't giving up the memory on their systems or it's causing other problems such as interfering with traffic, but it's not clear if there is a direct causal link here yet. But if we can reduce/eliminate the impact of ARC as a potential cause it will at least help narrow down what those others issues might be.

                                          Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                          Need help fast? Netgate Global Support!

                                          Do not Chat/PM for help!

                                          johnpozJ 1 Reply Last reply Reply Quote 1
                                          • johnpozJ
                                            johnpoz LAYER 8 Global Moderator @jimp
                                            last edited by johnpoz

                                            @jimp all true..

                                            X doesn't work - oh my memory use is showing 90% that must be it.. When that most likely has nothing to do with X.. But sure if you can reduce it so memory is only showing 10% used and still have X then more likely to look deeper to that is actually causing their X issue.

                                            edit:
                                            Just an attempt to put it another way, not trying to mansplain it to you hehehe ;) ROFL..

                                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                                            If you get confused: Listen to the Music Play
                                            Please don't Chat/PM me for help, unless mod related
                                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.