공략 게시판

> 커뮤니티 > 공략 게시판

IPFS 자동 GC 지원 -setx 윈도우 환경 변수

  • 칡흙신
  • 2023-05-04 15:23
  • https://heroes.nexon.com/common/postview?b=63&n=3659

// 해보니. 마영전과 윈도우가. 찰칼 찰칵 하는 느낌 ㅇ_ㅇ;;

- IPFS 자동 GC 지원

- setx 윈도우 환경 변수 지정 방법



//

가비지 수집기 구성 설정 - .NET | Microsoft Learn

http://learn.microsoft.com/ko-kr/dotnet/core/runtime-config/garbage-collector


디지털 굿즈 : 다운로드 : 마비노기 영웅전

http://heroes.nexon.com/download/kakaotheme


그렘린이 자바로 실행 된다. ㅇ_ㅇ;;

자바는 GC 가비지 컬렉션이 실행 된다.



// IPFS 는 새로운 HTTP 인데. GC 가 함께 실행 된다.

GitHub - ipfs/ipfs-desktop

http://github.com/ipfs/ipfs-desktop





// 윈도우 GC 환경변수 지정이 가능하다. CMD

setx DOTNET_gcServer 1

setx DOTNET_GCHeapCount c


setx COMPlus_gcServer 1

setx COMPlus_GCHeapCount c


setx COMPlus_gcConcurrent 1

setx DOTNET_gcConcurrent 1


setx COMPlus_GCHeapCount 1

setx DOTNET_GCHeapCount 1


setx COMPlus_GCHeapAffinitizeMask 0xFFC00

setx DOTNET_GCHeapAffinitizeMask 0xFFC00



setx COMPlus_GCHeapAffinitizeRanges 0:1-10,0:12,1:50-52,1:70

setx DOTNET_GCHeapAffinitizeRanges 0:1-10,0:12,1:50-52,1:70


setx COMPlus_GCCpuGroup 1

setx DOTNET_GCCpuGroup 1


setx DOTNET_Thread_UseAllCpuGroups 1


setx COMPlus_GCNoAffinitize 0

setx DOTNET_GCNoAffinitize 0


setx COMPlus_GCHeapHardLimit C800000

setx DOTNET_GCHeapHardLimit C800000


setx COMPlus_GCHeapHardLimitPercent 0x1E

setx DOTNET_GCHeapHardLimitPercent 0x1E


setx COMPlus_GCHeapHardLimitSOH C800000

setx DOTNET_GCHeapHardLimitSOH C800000


setx COMPlus_GCHeapHardLimitLOH C800000

setx DOTNET_GCHeapHardLimitLOH C800000


setx COMPlus_GCHeapHardLimitPOH C800000

setx DOTNET_GCHeapHardLimitPOH C800000



setx COMPlus_GCHeapHardLimitSOHPercent 0x1E

setx DOTNET_GCHeapHardLimitSOHPercent 0x1E


setx COMPlus_GCHeapHardLimitLOHPercent 0x1E

setx DOTNET_GCHeapHardLimitLOHPercent 0x1E


setx COMPlus_GCHeapHardLimitPOHPercent 0x1E

setx DOTNET_GCHeapHardLimitPOHPercent 0x1E



setx COMPlus_GCHighMemPercent 0x4B

setx DOTNET_GCHighMemPercent 0x4B


setx COMPlus_GCRetainVM 0

setx DOTNET_GCRetainVM 0


setx COMPlus_GCLargePages 0

setx DOTNET_GCLargePages 0



setx COMPlus_gcAllowVeryLargeObjects 1

setx DOTNET_gcAllowVeryLargeObjects 1






premier칡흙신

Lv.110 이비

에르그 만드는

댓글 17

로그인 후 이용하실 수 있습니다

글을 등록하실 때는 타인을 존중해 주시기 바랍니다. 타인을 비방하거나 개인 정보를 유출할 경우,
운영 정책에 의하여 제재를 받거나 관련 법에 의하여 처벌을 받을 수 있습니다.