Add GODEBUG to memory debug commands (#4576)
Was missed in the last patch --- #### Does this PR need a docs update or release note? - [x] ⛔ No #### Type of change - [x] 🐛 Bugfix - [x] 🗺️ Documentation
This commit is contained in:
parent
f61448d650
commit
f01cb4f891
@ -25,7 +25,8 @@ memory, please run Corso with the following options:
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
# Connect to the Corso Repository
|
# Connect to the Corso Repository
|
||||||
.\corso <command> -hide-progress --log-level debug --mask-sensitive-data <command-options> > corso-gc.log 2>&1
|
GODEBUG=gctrace=1 .\corso <command> -hide-progress --log-level debug --mask-sensitive-data `
|
||||||
|
<command-options> > corso-gc.log 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
@ -33,7 +34,8 @@ memory, please run Corso with the following options:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Connect to the Corso Repository
|
# Connect to the Corso Repository
|
||||||
./corso <command> -hide-progress --log-level debug --mask-sensitive-data <command-options> > corso-gc.log 2>&1
|
GODEBUG=gctrace=1 ./corso <command> -hide-progress --log-level debug --mask-sensitive-data \
|
||||||
|
<command-options> > corso-gc.log 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user