Part 3 of the search will look for amicable pairs where the smaller member of the pair has its largest prime factor between 1011 and 1014:
m=m1*p, 1011 < p < 1014
There are too many primes larger than 1014 (all primes up to 5*1019 need to be checked), so they will require a different approach and a new application when the time comes.
Most of the participants have already started getting part 3 WUs. The new work units will require ~2.5-2.7 GB RAM on CPU, and the same amount of RAM on GPU (for GPU applications), so the minimum requirement for GPUs will be 3 GB RAM.
Right now I don't have an estimate on how long part 3 will take because I haven't accumulated enough statistics yet, and I haven't even finished generating all WUs for part 3.
Source