Cygwin에서 일부 명령을 실행할 때 다음과 같은 예외가 발생합니다.
C:\cygwin\bin\bash.exe (4136): *** couldn't allocate cygwin heap, Win32 error 0,
base 0x740000, top 0x755000, reserve_size 86016, allocsize 86016, page_const 40
96
30952849 [main] bash 7928 sync_with_child: child 4136(0x240) died before initial
ization with status code 0x1
30953019 [main] bash 7928 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable
bash-2.05b$ ls
C:\cygwin\bin\bash.exe (4236): *** couldn't allocate cygwin heap, Win32 error 0,
base 0x740000, top 0x755000, reserve_size 86016, allocsize 86016, page_const 40
96
32476910 [main] bash 7928 sync_with_child: child 4236(0x240) died before initial
ization with status code 0x1
32478264 [main] bash 7928 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable
메모리 문제인 경우 Cygwin의 힙 크기를 늘리려면 어떻게해야합니까, windows7을 사용하고 있습니다
도움을 주셔서 감사합니다.
이 페이지에서 찾고 시도해보십시오 cygwin.com/cygwin-ug-net/setup-maxmem.html
—
다니엘 헤일리에게
관련 (SO에) : Win 8, cygwin 힙 오류 (시도하려는 몇 가지 솔루션에 대한 답변이 있습니다).
—
획기적인