comment 'min_heap_size'

This commit is contained in:
Feng Lee 2015-08-01 21:00:40 +08:00
parent 0cef1a3096
commit 48534df6c0
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ match(Topic) when is_binary(Topic) ->
%%%=============================================================================
init([Id, _Opts]) ->
process_flag(min_heap_size, 1024*1024),
%%process_flag(min_heap_size, 1024*1024),
gproc_pool:connect_worker(pubsub, {?MODULE, Id}),
{ok, #state{id = Id, submap = maps:new()}}.