Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
The memory leak problem seems to be back.
« previous
next »
Print
Pages: [
1
]
Author
Topic: The memory leak problem seems to be back. (Read 2897 times)
wuwzy
Jr. Member
Posts: 56
Karma: 3
The memory leak problem seems to be back.
«
on:
September 26, 2022, 07:07:10 am »
OPNsense 22.7.4-amd64
FreeBSD 13.1-RELEASE-p2
OpenSSL 1.1.1q 5 Jul 2022
After restarting and using it for about 3 days, the 16GB memory can no longer meet the demand. SWAP is already using over 400 MB, which is kind of frustrating, seems to have just been fixed in the last version. Please check it out.
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: The memory leak problem seems to be back.
«
Reply #1 on:
September 26, 2022, 10:05:20 am »
Appreciate the specifics.
Cheers,
Franco
Logged
Patrick M. Hausen
Hero Member
Posts: 6825
Karma: 573
Re: The memory leak problem seems to be back.
«
Reply #2 on:
September 26, 2022, 02:21:10 pm »
Which process is using that memory?
Type:
Code:
[Select]
top
Then
o
followed by
mem
and the enter key - to display sorted by memory usage or
o
followed by
res
and the enter key - to display sorted by resident memory size or
o
followed by
swap
and the enter key - to display swap usage.
HTH,
Patrick
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
wuwzy
Jr. Member
Posts: 56
Karma: 3
Re: The memory leak problem seems to be back.
«
Reply #3 on:
September 26, 2022, 02:48:51 pm »
thanks boss:
Logged
Patrick M. Hausen
Hero Member
Posts: 6825
Karma: 573
Re: The memory leak problem seems to be back.
«
Reply #4 on:
September 26, 2022, 05:43:39 pm »
So you are running Suricata.
And that is eating 10G of your 16G alone.
I would ask them how to get the memory usage down.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Supermule
Full Member
Posts: 235
Karma: 15
Re: The memory leak problem seems to be back.
«
Reply #5 on:
September 26, 2022, 05:48:07 pm »
No issues with the same setup in pfsense.
Using 7% of 16GB.....
Logged
wuwzy
Jr. Member
Posts: 56
Karma: 3
Re: The memory leak problem seems to be back.
«
Reply #6 on:
September 28, 2022, 09:00:36 am »
Thanks for your attention, I don't know why there are so many python3.9 processes, and each process also occupies a lot of memory.
Logged
Patrick M. Hausen
Hero Member
Posts: 6825
Karma: 573
Re: The memory leak problem seems to be back.
«
Reply #7 on:
September 28, 2022, 11:51:54 am »
Code:
[Select]
ps awwux|grep python
should tell you what scripts these python processes are running.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
wuwzy
Jr. Member
Posts: 56
Karma: 3
Re: The memory leak problem seems to be back.
«
Reply #8 on:
September 29, 2022, 07:59:30 am »
thanks. Boss.
Logged
Patrick M. Hausen
Hero Member
Posts: 6825
Karma: 573
Re: The memory leak problem seems to be back.
«
Reply #9 on:
September 29, 2022, 09:12:45 am »
So maltrail seems to be another consumer of large chunks of memory. I don't use that. Possibly you simply need more RAM with all these services enabled.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
wuwzy
Jr. Member
Posts: 56
Karma: 3
Re: The memory leak problem seems to be back.
«
Reply #10 on:
September 30, 2022, 06:50:00 am »
OK。 I will closed it.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
The memory leak problem seems to be back.