"which probably means that you have to increase the size of your page file to at least 16 GB. Let us know if the increasing of the page file size (you have to restart Windows after that in order to apply the changes) doesn't solve the problem."
I had 25Gb pagefile size when i ran PhoenixMiners

Please try the new version 2.6b. It is possible that the new OpenCL initialization code introduced in 2.5d is not working well with your driver and if this is the case, 2.6b should solve the problem. Another possible way to fix the problem is to create a batch file to start the miner with the following contents (the important part are the setx statements to set the environment variables):
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
PhoenixMiner.exe -clKernel 1 -pool eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444 -wal 0xd8081f58c43bd84f9a7882f613a9d8947fb31d00.farm1
pause
I try PhoenixMiner 2.6b with recommended above parameters, on Farm1 PhoenixMiner didn't start and show the same error "clCreateCommandQueue (-6)" but on second Farm PhoenixMiner started up and started working. After restart PhoenixMiner on Farm2 I recive error "clCreateCommandQueue (-6)" again

I try restart PhoenixMiner and MSI Afterburner several times and change parameter GPU_FORCE_64BIT_PTR from 0 to 1 and backward - i have achieved success several times (PhoenixMiner
started UP sometimes)..
What i noticed, when Phoenix starts up normally Phoenix define 4GB VRAM, when Phoenix can't starts, it define only 3GB VRAM
Log when Phoenix can't start:
17568:15:09:59.153: main No CUDA driver found
17568:15:09:59.477: main Available GPUs for mining:
17568:15:09:59.477: main GPU1: Radeon RX 570 Series (pcie 1), OpenCL 1.2,
3 GB VRAM, 32 CUs
17568:15:09:59.477: main GPU2: Radeon RX 570 Series (pcie 2), OpenCL 1.2, 3 GB VRAM, 32 CUs
17568:15:09:59.477: main GPU3: Radeon RX 570 Series (pcie 4), OpenCL 1.2, 3 GB VRAM, 32 CUs
17568:15:09:59.477: main GPU4: Radeon RX 570 Series (pcie 5), OpenCL 1.2, 3 GB VRAM, 32 CUs
17568:15:09:59.477: main GPU5: Radeon RX 570 Series (pcie 6), OpenCL 1.2, 3 GB VRAM, 32 CUs
17568:15:09:59.491: main ADL library initialized
Log when Phoenix started normally:
17569:20:12:50.903: main No CUDA driver found
17569:20:12:51.179: main Available GPUs for mining:
17569:20:12:51.179: main GPU1: Radeon RX 570 Series (pcie 1), OpenCL 1.2,
4 GB VRAM, 32 CUs
17569:20:12:51.179: main GPU2: Radeon RX 570 Series (pcie 2), OpenCL 1.2, 4 GB VRAM, 32 CUs
17569:20:12:51.179: main GPU3: Radeon RX 570 Series (pcie 4), OpenCL 1.2, 4 GB VRAM, 32 CUs
17569:20:12:51.179: main GPU4: Radeon RX 570 Series (pcie 5), OpenCL 1.2, 4 GB VRAM, 32 CUs
17569:20:12:51.179: main GPU5: Radeon RX 570 Series (pcie 6), OpenCL 1.2, 4 GB VRAM, 32 CUs
17569:20:12:51.192: main ADL library initialized
My rigs have 2GB RAM Memory (900-800 MB free when all works)
Sorry for my english)