I don't have any specific advice, but In general I always set blast_depth parameters in the maker_bopts file to 20 or 30 (faster runtimes). Also max_dna_len can be set to 2x higher if you have sufficient memory (3-4 Gb per cpu as opposed to 1-2 Gb that are assumed with the default).
Other than that split_hit, pred_flank, and single_exon are the only ones I might change around. You sort of have to run on a few large contigs before deciding what to do with these parameters.
split_hit --> set max intron size for alignments
pred_flank --> affects clustering for gene dense organisms
single_exon --> leave off unless you expect a lot of singel exon genes.
--Carson