How much server power does Worldpress take? [closed]

This type of question is open ended to answer because it depends on many variables. The typical memory usage of bare WP usually starts at 15MB and scales up.

What you can do is turn on debugging and install the Debug Bar plugin and it will show you the amount of memory you’re using.

In wp-config.php set define( 'WP_DEBUG', true );

Debug Bar plugin showing memory usage

Another plugin which shows peak memory usage: TPC Memory Usage