-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nsrlsvr analysis plugin reaches worker memory limit #3286
Comments
This is likely the analysis process reaching the worker process memory limit. Try adjusting When time permits I'll have a look why the nsrlsvr analysis plugin is reaching this limit in the first place. |
I had either to “0”.
Same results. Testing now with setting BOTH to 0.
… On 4 Nov 2020, at 1:59 PM, Joachim Metz ***@***.***> wrote:
This is likely the analysis process memory limit. Try adjusting --process-memory-limit and/or --worker_memory_limit.
When time permits I'll have a look why the nsrlsvr analysis plugin is reaching this limit in the first place.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Had tested with setting "0" for both |
The 2G limit looks like it is caused by |
Update: I try to use a NSRL server setup in another system and remove via --nsrlsvr-host , it gave errors. Command:
|
Some changes to reduce memory usage #3483 |
Description of problem:
Not really new problem, but was reported before?
After numerous tries on various versions of plaso, with latest nsrlsvr (1.7.0 released), the process will stop halfway through.
Noticed the worker module "nsrlsvr", when it hits 2GB in memory usage, the "nsrlsvr" process is killed.
Tried it on at least 3 differing plaso files. Only the plaso which hits less then 2GB of nsrlsvr memory use, seems to be ok.
Command line and arguments:
psort.py --analysis nsrlsvr -o null <plasofile>
Plaso version:
20201007 - installed via GIFT -> plaso-tools
Tried on github version as well. Same results.
Tried on 0730 version. Same results.
Operating system Plaso is running on:
Ubuntu 20.04.1
Clean install on VM
Installation method:
Debug output/tracebacks:
The text was updated successfully, but these errors were encountered: