File handling capacity #969
-
hi, |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 3 replies
-
We have tested it with classes of over 500 students, so this should work. Do you get a specific error when you're trying to run this? |
Beta Was this translation helpful? Give feedback.
-
Yes i am getting error ‘maximum call stack size exceeded’
On Tue, 6 Dec 2022 at 1:27 AM, Bart Mesuere ***@***.***> wrote:
We have tested it with classes of over 500 students, so this should work.
Do you get a specific error when you're trying to run this?
—
Reply to this email directly, view it on GitHub
<#968 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP4WE5EP7GSITS4U7ZZFNGLWLZCJLANCNFSM6AAAAAASUVEIMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Regards,
Ravi Kant Gupta
Research Scholar
EE Department
IIT Bombay
|
Beta Was this translation helpful? Give feedback.
-
You may be analyzing very large and/or very similar files, Dolos can indeed start using a lot of memory in such situations. You can decrease memory usage by using larger
However, this decreases the ability to detect small copied fragments. You can also increase the memory allocated to Node with the following environment variable:
The size is in megabytes, so above command allocates 4GB for the node vm. |
Beta Was this translation helpful? Give feedback.
-
Some time FAtal error : newspace :: revalance allocation failed -
javascript heap out of memory
When we run with around 40 ipynb files
On Tue, 6 Dec 2022 at 1:29 AM, Ravi Gupta ***@***.***> wrote:
Yes i am getting error ‘maximum call stack size exceeded’
On Tue, 6 Dec 2022 at 1:27 AM, Bart Mesuere ***@***.***>
wrote:
> We have tested it with classes of over 500 students, so this should work.
> Do you get a specific error when you're trying to run this?
>
> —
> Reply to this email directly, view it on GitHub
> <#968 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AP4WE5EP7GSITS4U7ZZFNGLWLZCJLANCNFSM6AAAAAASUVEIMA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
--
Regards,
Ravi Kant Gupta
Research Scholar
EE Department
IIT Bombay
--
Regards,
Ravi Kant Gupta
Research Scholar
EE Department
IIT Bombay
|
Beta Was this translation helpful? Give feedback.
-
You can also increase the memory allocated to Node with the following environment variable:
The size is in megabytes, so above command allocates 4GB for the node vm. |
Beta Was this translation helpful? Give feedback.
-
Hi,
and setting |
Beta Was this translation helpful? Give feedback.
-
I'm running
Thanks for explaining the meaning of the When I run I'm curious why the error message states |
Beta Was this translation helpful? Give feedback.
-
#974: great to know! Unfortunately, I can't find node setting for stack size in https://nodejs.org/api/cli.html.
|
Beta Was this translation helpful? Give feedback.
-
With Dolos v2.1.0, we should be able to handle a lot more files while using less memory. You should no longer encounter any |
Beta Was this translation helpful? Give feedback.
-
Thanks. Indeed, with |
Beta Was this translation helpful? Give feedback.
With Dolos v2.1.0, we should be able to handle a lot more files while using less memory. You should no longer encounter any
Maximum call stack size exceeded
errors.