General::iopnf
The value of the MaxIterations option is expected to be an integer:
ReplaceRepeated[{2, 3}, p_ -> {p}, MaxIterations -> None]A separate warning is generated if the specified maximum number of iterations is exceeded:
ReplaceRepeated[{2, 3}, p_ -> {p}, MaxIterations -> 5]