Is there a reason the that spawn_opts are not documented for the gen_server? For instance it is possible to do the following: gen_server:start_link({local, ?MODULE}, ?MODULE,[], [{spawn_opt, [{min_heap_size, 3000}]}]). Is this feature not documented because it will be taken away? Thanks, -Kent