아따.. tensorflow 하기 힘들다 -_-
[링크 : https://github.com/koenvervloesem/bazel-on-arm]
nano scripts/bootstrap/compile.sh
run "${JAVAC}" -classpath "${classpath}" -sourcepath "${sourcepath}" \
-d "${output}/classes" -source "$JAVA_VERSION" -target "$JAVA_VERSION" \
-encoding UTF-8 "@${paramfile}" -J-Xmx500M
[링크 : https://gist.github.com/EKami/9869ae6347f68c592c5b5cd181a3b205#3-build-bazel]
해도 안되네
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
+
-Xms 가 그나마 Heap 전체에 대해서 설정이 가능한 옵션이 맞긴하나보네..
[링크 : https://www.samsungsds.com/kr/insights/1232761_4627.html]
+
구글에서 쓰니.. 텐서플로우도 구글꺼니 이래저래 물리는건가?
bazel 생성하는데 javac를 쓰다니 먼가 사악한(?) 놈이다 ㅠㅠ
[링크 : https://bazel.build/]
'embeded > raspberry pi' 카테고리의 다른 글
fbset geometry, timing 수치 (0) | 2021.02.19 |
---|---|
rpi pico (0) | 2021.01.31 |
라즈베리에 GUI 환경 설치하기 (0) | 2021.01.11 |
rpi youtube (0) | 2020.12.24 |
mpicc on rpi (0) | 2020.12.15 |