Space available ?

I'm wondering, how much space do you have right now for storing rainbow tables? and what quality do you intend to have / set of tables ( Sc00bz's bruteforce_point || magic_number )
bruteforce_point = key_space / (chain_length * (chain_length + 1) / 2 * number_of_tables)
for "normal" rt's (generated on CPU) this number *must* be higher than 10000, so that the set of tables have a good quality.
bruteforce_point = key_space / (chain_length * (chain_length + 1) / 2 * number_of_tables)
for "normal" rt's (generated on CPU) this number *must* be higher than 10000, so that the set of tables have a good quality.