it should... operating RAM at higher than it's max clock rate has always been a problem, but operating it at slower speeds isn't a problem. Ram needs a certain amount of time for valid data to be stored. less time (higher frequency), and the bit states don't have time to stabilize, which causes errors. digital pulses actually do not have perfectly "vertical" leading and trailing edges, but have a linear slope (i've heard it said that "there's no such thing as a true "digital" signal"). CMOS memory cells are basically capacitors connected to switches. if the capacitor isn't given enough time to charge or discharge to a valid logic level, it remains somewhere in between (called an "undefined state") and whether it's read as a "1" or "0" is mostly a matter of chance, and the data is unreliable. if operated at lower than the rated speed, the data has plenty of time to reach a valid logic level. also, a side benefit is that the memory chip runs cooler. the reason they run cooler is that CMOS devices require almost no current when at a defined logic level, but do draw current during the transitions between 1 and 0. the transition time remains the same, but at higher speeds, the time spent in a defined state is proportionally shorter, and so the heat begins to build up.