Skip to content
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

Memory issue #25

Open
ronezra3 opened this issue Jan 18, 2021 · 0 comments
Open

Memory issue #25

ronezra3 opened this issue Jan 18, 2021 · 0 comments

Comments

@ronezra3
Copy link

Thanks a lot for the amazing package!

I am trying to use it to search logs files throw my project.

I am getting this error in the Node console

<--- Last few GCs --->

[17904:0000014A7121EE00] 13909 ms: Scavenge 1960.9 (2056.5) -> 1959.1 (2071.5) MB, 23.8 / 0.0 ms (average mu = 0.866, current mu = 0.628) allocation failure
[17904:0000014A7121EE00] 14304 ms: Mark-sweep 1974.0 (2071.5) -> 1972.1 (2087.5) MB, 374.3 / 0.0 ms (average mu = 0.726, current mu = 0.367) allocation failure scavenge might not succeed

<--- JS stacktrace --->

FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory
1: 00007FF793E1058F napi_wrap+109311

I understand it is a memory issue..
there is any workaround for it?

currently there are 10 folders in the root. and each of them contain 2 more logs file.
Each of the logs files contain 5 line of text

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant