class sklearn.ensemble.RandomForestClassifier(n_estimators=10, criterion=\'gini\',
n_estimators is good one as others said. It is also good at dealing with the overfitting when increasing it.
n_estimators
But I think min_sample_split is also helpful when dealing with overfitting occurred in a small-sample but big-features dataset.
min_sample_split