i'm on ubuntu 16.04 with radeon r9 390 3x with 4gb of memory. Ubuntu sees only 3072mb. why? thanks
update:
i'm using ubuntu for mining using claymore software. and claymore was saying that i have 3gb instead of 4gb and it wasnt running.
i'm on ubuntu 16.04 with radeon r9 390 3x with 4gb of memory. Ubuntu sees only 3072mb. why? thanks
update:
i'm using ubuntu for mining using claymore software. and claymore was saying that i have 3gb instead of 4gb and it wasnt running.
i found solution for my problem using set values in script before running the application:
this is the solution 1 instead of 0
export GPU_FORCE_64BIT_PTR=1
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
./ethdcrminer64 -epool eth-asia1.nanopool.org:9999 -ewal ....
sudo lshw -C memory
,dmesg
,journalctl -b
, and reboot intomemtest86+
– waltinator Sep 15 '17 at 20:29