We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: