Skip to content

Commit

Permalink
modify MALLOC_CONF for playground (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: YangKeao <keao.yang@yahoo.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
  • Loading branch information
YangKeao and ti-chi-bot authored May 18, 2021
1 parent b3667bf commit 5e9cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/playground/instance/tikv.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (inst *TiKVInstance) Start(ctx context.Context, version utils.Version) erro

var err error
envs := make(map[string]string)
envs["MALLOC_CONF"] = "prof:true,prof_active:true,prof.active:false"
envs["MALLOC_CONF"] = "prof:true,prof_active:false,prof.active:false"
if inst.Process, err = NewComponentProcessWithEnvs(ctx, inst.Dir, inst.BinPath, "tikv", version, envs, args...); err != nil {
return err
}
Expand Down

0 comments on commit 5e9cf7d

Please sign in to comment.