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

Not enough allocable device memory #3996

Open
Aggelos11 opened this issue Apr 28, 2024 · 6 comments
Open

Not enough allocable device memory #3996

Aggelos11 opened this issue Apr 28, 2024 · 6 comments

Comments

@Aggelos11
Copy link

Hello! When I try to run hashcat I get the following error: my gpu is intel hd graphics 4400
IMG_8590

@PenguinKeeper7
Copy link
Contributor

As stated at the top, it can only allocate 203MB, which isn't enough for most attacks. Try using -D 1 -d 2 in your command to select the CPU instead. If you need any more help with this, please go to the Discord or the Forum as this is a resource issue, not a Hashcat issue

@Aggelos11
Copy link
Author

Well I downloaded an older version of hashcat and it works … the thing is that it is kinda slow … I mean in order to use the full rockyou.txt wordlists is need an hour … Is it because intel hd 4400 is an integrated gpu? That’s why it is slow ?

@PenguinKeeper7
Copy link
Contributor

Potentially, yes. Also, Hashcat needs a bit of VRAM in order to execute many tasks in parallel. Having very limited VRAM causes Hashcat to be unable to run many tasks in parallel, hence the very low speed. As I mentioned, using the CPU may actually be faster/more stable here but try it yourself and see

@Aggelos11
Copy link
Author

I did try but it’s still takes the same time … I hear there is a way to use both cpu and gpu… How to do that ?

@mohemiv
Copy link
Contributor

mohemiv commented Apr 30, 2024

I did try but it’s still takes the same time … I hear there is a way to use both cpu and gpu… How to do that ?

There is no proper way to do this. The only way to increase the speed in your case is to buy a GPU or rent it.

@PenguinKeeper7
Copy link
Contributor

I did try but it’s still takes the same time … I hear there is a way to use both cpu and gpu… How to do that ?

There is no proper way to do this. The only way to increase the speed in your case is to buy a GPU or rent it.

It is possible with -D 1,2, it's just strongly not recommended because the CPU is often too busy hashing instead of giving the significantly faster GPU work but yes, renting is good if possible

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

3 participants