Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Optimize GC.
  • Loading branch information
vjache committed Jan 20, 2012
1 parent 9ec3a0b commit d9821d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logmachine_recorder_srv.erl
Expand Up @@ -52,7 +52,7 @@

start_link_recorder(InstanceName) ->
SrvName=get_recorder_srv_name(InstanceName),
gen_server:start_link({local, SrvName}, ?MODULE, {recorder,InstanceName}, []).
gen_server:start_link({local, SrvName}, ?MODULE, {recorder,InstanceName}, [{fullsweep_after, 10}]).
start_link_archiver(InstanceName) ->
SrvName=get_archiver_srv_name(InstanceName),
gen_server:start_link({local, SrvName}, ?MODULE, {archiver, InstanceName}, []).
Expand Down

0 comments on commit d9821d0

Please sign in to comment.