joarleymoraes / lousy_bitcoins

Utility to try crack bitcoins private keys generated from weak passphrases.
57 stars 22 forks source link

OSError: [Errno 12] Cannot allocate memory (whit "big" password list) #3

Open endorianix opened 6 years ago

endorianix commented 6 years ago

Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "/usr/lib/python2.7/multiprocessing/pool.py", line 326, in _handle_workers pool._maintain_pool() File "/usr/lib/python2.7/multiprocessing/pool.py", line 230, in _maintain_pool self._repopulate_pool() File "/usr/lib/python2.7/multiprocessing/pool.py", line 223, in _repopulate_pool w.start() File "/usr/lib/python2.7/multiprocessing/process.py", line 130, in start self._popen = Popen(self) File "/usr/lib/python2.7/multiprocessing/forking.py", line 121, in init__ self.pid = os.fork() OSError: [Errno 12] Cannot allocate memory

Eating memory like crazy :)

WesNz commented 5 years ago

Whats your file size and current ram+cpu specs? Whats the load when the app starts?