e,

If you are talking about in general. No we will not find that many factors using P-1 but this was always the case. Overall we will also find less factors since the sieve is always progressing. Before we had a good shot at finding factors above 900T. Now that we have sieved out to around 1300T and bionic has sieved a good portion between 1500T and 2000T our chances of finding factors less than 2000T or 2P are almost zero since sieve finds all factors including those found by P-1 factoring.

Now inregards to your settings and the current settings.

You were using
B1=80K and B2=920K this is a B1 to B2 ratio of 11.5.

Currently we are suggesting using a
B1= 130K and B2=2200K this is a B1 to B2 ratio of 16.9

The suggested setting will find more factors that your old setting, but it may find less factors per unit of time. (Not sure we will see, also if we start to fall behind in P-1 we will proably reduce those B1 B2 values).

(BTW the stage that uses the most memory is stage 2, memory requirements are based upon the size of the B2 value.

The higher the B1 and B2 the more chance we have of finding a factor but the longer each test will take. There are some efficency issues here with values of n, the sieve level, B1, B2, and of course if we are testing each k/n pair prior to prime testing.

The biggest issue here is that we do at leasat some minimal testing of each k/n pair with P-1 prior to primality testing.

Now I think in your case we had talked and I suggested that you use a smaller B1:B2 ratio since you were memory limited.

If this is your case simply start to decrease the B2 value to a minimum of B1:B2 of 12, or B1=130k B2=1600k until you do not have any memory issues.

I hope this helps and I know alot of what I said above you already know.