You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error says it all. The issue is that you're running out of memory to perform the operation with. Reduce port range to start and/or try a smaller IP range to scan.
I have 16gb of ram and only like 5gb in use so unless it uses 11gb it shouldn't have issues
I was also watching the memory in task manager and it didn't report anything over 3gb on the process
Alright, probably an issue with what is allocated by nodejs for the script then. You could try increasing the limit by adding something like this after node and before the script name: --max-old-space-size=8192. This may allow up to 8GB by script. Could you see if that changes anything for you?
xnite
changed the title
Issue running
Reached heap limit Allocation failed on large scans
Jan 5, 2023
The text was updated successfully, but these errors were encountered: