PoC-Consortium / engraver

PoCC Burstcoin Reference Plotter
MIT License
63 stars 39 forks source link

Can only plot ~120 GB when running on 32-Bit linux #72

Open benthetechguy opened 4 years ago

benthetechguy commented 4 years ago

I compiled Engraver 2.4.0 on my i386 Debian machine. I can only plot 466936 nonces, and if I try to plot more, it gives me this error:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Fast file pre-allocation...

Is this a limitation of only having 32 bits, or is it something else I did wrong?