In CKEditor 4 to change the editor height there was a configuration option: config.height.
How do I change the height of CKEditor 5? (the Classic Editor)
Setting the height via a global stylesheet. Just add to your common .css file (like style.css):
.ck-editor__editable { min-height: 500px; }