[2018-05-05 08:55:58] Pool accepted result 0x0000F054
[2018-05-05 08:56:11] Pool accepted result 0x000013E1
[2018-05-05 08:56:25] GPU0: 937.0 H/S [T: 41c, RPM: 2031]
[2018-05-05 08:56:25] GPU1: 1063.0 H/S [T: 50c, RPM: 2035]
[2018-05-05 08:56:25] GPU2: 1063.0 H/S [T: 49c, RPM: 2101]
[2018-05-05 08:56:25] GPU3: 935.0 H/S [T: 49c, RPM: 2066]
[2018-05-05 08:56:25] GPU4: 1064.0 H/S [T: 43c, RPM: 2015]
[2018-05-05 08:56:25] GPU5: 930.0 H/S [T: 52c, RPM: 2020]
[2018-05-05 08:56:25] Total: 5992.0 H/S
Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 0 for DeviceID 2 (Thread 5)
I'm getting this error
2 gpus of 7 not working well & miner crashing
virtual Memory enough?
config
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy */
"cryptonight_type" : "heavy",
/* Intensity 0-> auto intensity, or value from 1-300 */
"intensity" : 0,
/* To use 2 threads per card set double_threads to true */
"double_threads" : true,
/* Gpu target temperature, leave it on 0 if you don't want to use this option */
"target_temperature" : 0,
/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,
/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part */
"pool" : "loki.miner.rocks:5555",
/* Address of you wallet */
"wallet" : "wallet",
/* Password for your wallet, probably just x */
"password" : "w=570",
/* Location for devfee servers, to get better latency */
"location" : "europe",
/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */
/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 2, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 3, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 5, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}